RE: How to list/detect any "non-cygwin" apps in /bin

2007-02-06 Thread zzapper
"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

RE: How to list/detect any "non-cygwin" apps in /bin

2007-02-06 Thread Dave Korn
On 06 February 2007 14:54, zzapper wrote: > Tim Prince <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED]: > >> I may not be catching your intent; why not sort by .dll dependencies? > I want to find out what non-cygwin apps I will have to manually install on > my new PC > >> why not sort by .dl

Re: How to list/detect any "non-cygwin" apps in /bin

2007-02-06 Thread DePriest, Jason R.
On 2/6/07, zzapper wrote: Tim Prince wrote in news:: > I may not be catching your intent; why not sort by .dll dependencies? I want to find out what non-cygwin apps I will have to manually install on my new PC > why not sort by .dll dependencies How? -- zzapper http://successtheory.com/tip

RE: Re: How to list/detect any "non-cygwin" apps in /bin

2007-02-06 Thread Jörg Schaible
A list of the intsalled files for each package is available in /etc/setup. zzapper wrote on Tuesday, February 06, 2007 3:54 PM: > Tim Prince <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED]: > >> I may not be catching your intent; why not sort by .dll > dependencies? > I want to find out what

Re: How to list/detect any "non-cygwin" apps in /bin

2007-02-06 Thread zzapper
Tim Prince <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED]: > I may not be catching your intent; why not sort by .dll dependencies? I want to find out what non-cygwin apps I will have to manually install on my new PC > why not sort by .dll dependencies How? -- zzapper http://successtheo

Re: How to list/detect any "non-cygwin" apps in /bin

2007-02-06 Thread Tim Prince
[EMAIL PROTECTED] wrote: My Cygwin installation is at least 4 years old and I will soon move to a new PC and a fresh install. How can I list/detect any "non-cygwin" apps that I may have added to /bin etc I may not be catching your intent; why not sort by .dll dependencies? -- Unsubscribe inf

How to list/detect any "non-cygwin" apps in /bin

2007-02-06 Thread zzapper
My Cygwin installation is at least 4 years old and I will soon move to a new PC and a fresh install. How can I list/detect any "non-cygwin" apps that I may have added to /bin etc -- zzapper http://successtheory.com/tips/ Vim, Zsh, MySQL Tips -- Unsubscribe info: http://cygwin.com/ml/#uns