Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Feb 1999 16:51:19 -0500 (EST)
From:      Spike <spork@startrekmail.com>
To:        root@isis.dynip.com
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Greg Lehey's Brains WANTED :-)
Message-ID:  <Pine.BSF.4.05.9902041649420.360-100000@nyc-ny84-43.ix.netcom.com>
In-Reply-To: <199902041502.SAA03963@isis.dynip.com>

next in thread | previous in thread | raw e-mail | index | archive | help
-----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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.9902041649420.360-100000>