>
>Can anyone suggest me a way of searching symbols in the entire /usr/src
>tree? I normally use grep */*.  But grep does not work recursively, right?
>Something like a small shell script may do this. Thanks a lot.
>
>-Zhihui
>


find . -name '*' | xargs grep expression

...or something :)

regards,
v0rbiz



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to