GNU find, xargs, and locate utilities for advanced file searching
Collection of GNU find, xargs, and locate
find
xargs
locate
updatedb
frcode
$ find . -name '*.py' -mtime -7
$ find . -name '*.tmp' -type f -delete
$ locate filename