Findutils
The GNU implementation of Findutils has long been well known. It includes the following utilities:
find: Search for files in a directory hierarchy.xargs: Build and execute command lines from standard input.
A Rust implementation of Findutils is in uutils, which is what the Microsoft coreutils that includes coreutils and grep is based on.
2026
2023
- 2023-03-28 – Find files with PowerShell
2019
- 2019-04-11 – Find files from the command line
2018
- 2018-08-28 – Prepare Git repo for public release
2016
- 2016-05-31 – Delete empty zero-size files
2013
- 2013-03-03 – Find files modified less than X days ago