On Fri, Jun 09, 2000 at 02:36:59AM -0700, Steve Lamb wrote: > On Fri, Jun 09, 2000 at 11:12:03AM +0200, Antonio Moragues Ramón wrote: > > > grep -r / -e lawpc34 -H &> lawpc34.log & > > > > but that doesn't seem to work > > > Try grep -r lawpc34 / > lawpc34.log & > > Or: find / -exec grep lawpc34 \{\} \; -print > lawpc43.log
Or, to preserve processes and maybe speed things up: $ ( find / -type f | xargs grep lawpc34 ) > lawpc43.log The quick alternative is to install glimpse. -- Karsten M. Self <kmself@ix.netcom.com> http://www.netcom.com/~kmself Evangelist, Opensales, Inc. http://www.opensales.org What part of "Gestalt" don't you understand? Debian GNU/Linux rocks! http://gestalt-system.sourceforge.net/ K5: http://www.kuro5hin.org GPG fingerprint: F932 8B25 5FDD 2528 D595 DC61 3847 889F 55F2 B9B0
pgpSayMB0MpJm.pgp
Description: PGP signature