Re: The emperor's New Inittab

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



-----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-----

-- 
fedora-test-list mailing list
fedora-test-list@xxxxxxxxxx
To unsubscribe: 
https://www.redhat.com/mailman/listinfo/fedora-test-list

[Index of Archives]     [Fedora Desktop]     [Fedora SELinux]     [Photo Sharing]     [Yosemite Forum]     [KDE Users]

  Powered by Linux