The emperor's New Inittab

Bryn M. Reeves bmr at redhat.com
Mon Jun 16 09:28:29 UTC 2008


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

John Summerfield wrote:
> The quick way to get an answer is:
> find /etc -type f -exec grep -l {} \;
> and examine files listed.

Surely you want a pattern in there somewhere?

Without one, that command never terminates - grep will sit there
interpreting the value of {} as a pattern and trying to read from stdin:

$ find /etc -type f -exec grep -l {} \; &

$ ps ax | grep grep
 1849 pts/48   S+     0:00 find /etc -type f -exec grep -l {} ;
 1850 pts/48   S+     0:00 grep -l /etc/motd

Been doing that for a while now...

Bryn.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org

iD8DBQFIVjI96YSQoMYUY94RAiYRAKDdrISJeLMCpkckpAzw+/j8nf7L7QCfT4nP
6zslPuiHUQzffWMmTrXU3aQ=
=KggQ
-----END PGP SIGNATURE-----




More information about the fedora-test-list mailing list