Slashdot Mirror


User: imp7

imp7's activity in the archive.

Stories
0
Comments
26
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 26

  1. Re:Find / Grep on (Useful) Stupid Unix Tricks? · · Score: 2, Informative

    How about the using find for what it is...

    find . -name [String]

    You have a bit more control when you are looking for a file and you are not grep'ing through more thee just file names. Plus you need to remember to put in any wildcards if you don't know the whole file name.