Hellmuth Michaelis writes:
> cd /usr/src;find . -type f -exec grep -l SOFTUP {} \;
Oder aber etwas effizienter ;):
% cd /usr/src; find . -type f | xargs grep -l SOFTUP
Roland
To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Sun 17 Jan 1999 - 14:31:18 CET