"Dave Korn" <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED]:
> > (cd / && ls -1 usr/bin/* ) >a.txt > gunzip -c /etc/setup/*.lst.gz | grep '^usr/bin/.' > b.txt > cat a.txt b.txt | sort | uniq -u > > ... although this will also find anything that was created by a > postinstall script as well: shortcuts in particular. (There may be > other false pos/neg-atives, I haven't been thorough...) > cheers, > DaveK DaveK Thanks I was too shy to ask for a turnkey solution! -- zzapper http://successtheory.com/tips/ Vim, Zsh, MySQL Tips -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/