www.delorie.com/archives/browse.cgi | search |
X-Spam-Check-By: | sourceware.org |
From: | "Dave Korn" <dave DOT korn AT artimi DOT com> |
To: | <cygwin AT cygwin DOT com> |
References: | <Xns98CF900DBEA80zzappergmailcom AT 80 DOT 91 DOT 229 DOT 5> <45C88D25 DOT 2030301 AT aol DOT com> <Xns98CF9799780A4zzappergmailcom AT 80 DOT 91 DOT 229 DOT 5> |
Subject: | RE: How to list/detect any "non-cygwin" apps in /bin |
Date: | Tue, 6 Feb 2007 16:56:55 -0000 |
Message-ID: | <040201c74a0f$cec154d0$2e08a8c0@CAM.ARTIMI.COM> |
MIME-Version: | 1.0 |
X-Mailer: | Microsoft Office Outlook 11 |
In-Reply-To: | <Xns98CF9799780A4zzappergmailcom@80.91.229.5> |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
On 06 February 2007 14:54, zzapper wrote: > Tim Prince <n8tm AT aol> wrote in news:45C88D25 DOT 2030301 AT aol DOT com: > >> 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? > Tim may have been thinking of non-cygwin apps, i.e. non *cygwin* apps, i.e. apps that do not use or link against cygwin1.dll, i.e. win32 apps, rather than non-cygwin apps, i.e. *non-cygwin* apps, i.e. ones that aren't from official packages. So I guess the answer is (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 -- Can't think of a witty .sigline today.... -- 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/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |