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

2019

2018

2016

2013