Showing posts with label find command. Show all posts
Showing posts with label find command. Show all posts

Tuesday, December 23, 2008

Basic Linux find command syntax

# find . -name foo

Finds files in the current dir+subdir named foo

# find . -name \*foo

Finds files in the current dir+subdir ending in foo