Shawn K. Quinn [[email protected]] wrote: > > $ find /usr/src -type f | xargs grep -w fuck > $ find /usr/src -type f | xargs grep -w shit >
find -type f ? How about just grep -r ?
Shawn K. Quinn [[email protected]] wrote: > > $ find /usr/src -type f | xargs grep -w fuck > $ find /usr/src -type f | xargs grep -w shit >
find -type f ? How about just grep -r ?