From owner-freebsd-questions Thu Feb 4 13:53:58 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA27361 for freebsd-questions-outgoing; Thu, 4 Feb 1999 13:53:58 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from nyc-ny84-43.ix.netcom.com (nyc-ny84-43.ix.netcom.com [205.184.128.171]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA27355 for ; Thu, 4 Feb 1999 13:53:55 -0800 (PST) (envelope-from spork@startrekmail.com) Received: from localhost (spork@localhost) by nyc-ny84-43.ix.netcom.com (8.9.2/8.8.7) with ESMTP id QAA00574; Thu, 4 Feb 1999 16:51:21 -0500 (EST) (envelope-from spork@startrekmail.com) X-Authentication-Warning: nyc-ny84-43.ix.netcom.com: spork owned process doing -bs Date: Thu, 4 Feb 1999 16:51:19 -0500 (EST) From: Spike X-Sender: spork@nyc-ny84-43.ix.netcom.com Reply-To: sporkl@ix.netcom.com To: root@isis.dynip.com cc: freebsd-questions@FreeBSD.ORG Subject: Re: Greg Lehey's Brains WANTED :-) In-Reply-To: <199902041502.SAA03963@isis.dynip.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- On Thu, 4 Feb 1999 root@isis.dynip.com wrote: > Hi there, > Greg & the Gang, > I am currently Nuking aout stuff from my system, and reinstalling the > ports, etc. I need some script to traverse the whole system searching > for aout libs, and binaries, and write their path to a file so I can > figure out where they are burried. > Please help. > Thanks I did this with: (as root) find / | xargs file | grep executable | sed -e '/ELF/d' | grep FreeBSD |\ tee - listaouts.txt This will list all aouts to standard output and the file "listaouts.txt". > -- > - MAY THE FORCE BE WITH YOU. ~o .^. > ---------------------------- ___ o~ .00 ) > Static Email : osiris2002@yahoo.com /| o~ /)( > Bouncing Email : root@isis.dynip.com / | | \ > Web Site : http://isis.dynip.com:80 (Frames) ___/ | / \ > Anon FTP Site : ftp://isis.dynip.com:21 (anonymous) | /''___/ / | > Gopher Site : gopher://isis.dynip.com:70 | /'''/___/ | > Network News : isis.dynip.com (Read, Post, Xfer) __|/'''/ > Mailing Lists : majordomo@isis.dynip.com (public) > pgp key : finger root@isis.dynip.com > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > -Spike Gronim sporkl@ix.netcom.com The majority only rules those who let them. -----BEGIN PGP SIGNATURE----- Version: 2.6.3ia Charset: noconv iQCVAwUBNroWWJ31G6IEwnwxAQFsYQP/b9eKEHq1eWVmEWWLgLObmvaoienlgk7m D0n+8EadOKOV0wfVbAS+SLD6nBLbC7xIOh5OA8wdhoBazgnkBFYnMGDl5//K2dao q3mRWS56U1xJQ6b8Ybcb6y/+8bPR61pdjkvzV6yzkjOXAGy2rZaediXtahpcNmLa +lxy1qyHyrU= =iZ8D -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message