marcus-s
6/2/2016 - 12:36 PM

find a file

find a file

find . -name foo.txt

# find a file name that contains the given string
# find accepts a regex
find /path/to/searchable -name "*foo*"