Cross-platform Rust rewrite of GNU findutils (find, xargs, locate)
Cross-platform Rust rewrite of the GNU findutils
find
xargs
locate
updatedb
$ find . -name '*.py'
$ find . -mtime -7
$ find . -name '*.tmp' -delete