2010年7月14日星期三

Locate something in Linux

If you try to find the term in anything documents in your computer,
and output the results,

We can use the basic *nix command line tools:

$ find . -print | xargs grep FILENAME

没有评论:

发表评论