Mailing List Archive

Support open source code!


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

Re: grep resistance



>>>>> On Sat, 4 Nov 2000 11:03:25 -0600 (CST), Tod McQuillin <devin@example.com> said:

    TM> find . -type f -print0 | xargs -0 grep -n -C STRING

Or, if you (like me :) can never remember how to use xargs:

grep -n -C STRING `find . -type f`

Viktor


Home | Main Index | Thread Index

Home Page Mailing List Linux and Japan TLUG Members Links