Tuesday, June 1, 2010

Finding Files on Linux

Short and sweet command:

find –name pattern

 

e.g. if I wanted to search for all files that start with document, I will say:

find –name document*

 

That’s it.

No comments:

Post a Comment