macOS
brew install findutilslocal Homebrew formula metadata
sudo port install findutilsMacPorts ports tree · sysutils/findutils/Portfile · source: api.github.com
brew
Collection of GNU find, xargs, and locate. Version 4.10.0 via Homebrew; verified from local package data.
install
brew install findutilslocal Homebrew formula metadata
sudo port install findutilsMacPorts ports tree · sysutils/findutils/Portfile · source: api.github.com
sudo apk add findutilsAlpine Linux edge package indexes · findutils · source: dl-cdn.alpinelinux.org
sudo apt install findutilsDebian stable package indexes · findutils · source: deb.debian.org
sudo dnf install findutilsFedora Rawhide package metadata · findutils · source: dl.fedoraproject.org
nix profile install nixpkgs#findutilsnixpkgs package indexes · findutils · source: raw.githubusercontent.com
sudo pacman -S findutilsArch Linux sync databases · findutils · source: geo.mirror.pkgbuild.com
sudo zypper install findutilsopenSUSE Tumbleweed package metadata · findutils · source: download.opensuse.org
choco install findutilsChocolatey community package catalog · findutils · source: community.chocolatey.org
scoop install main/findutilsScoop official bucket manifest trees · bucket/findutils.json · source: api.github.com
overview
Collection of GNU find, xargs, and locate
history
GNU findutils is the GNU collection of file-searching utilities: find, xargs, locate, and updatedb. It is one of the classic Unix-style packages that turns filesystem traversal, file selection, and command construction into scriptable command-line primitives.
The findutils NEWS file traces the beginning of findutils history to 1987, with known releases from 1.0 in June 1990 onward. The distribution was renamed to findutils in release 4.1 in November 1994, after earlier 1.x, 2.x, and 3.x releases had already established the GNU versions of find-related tools.
Release 4.0 in November 1994 added a Texinfo manual, man pages for updatedb and locate database formats, find performance work, symlink-loop handling improvements, locate database changes, updatedb command-line options, xargs performance improvements, and a test suite for xargs. Those notes show the package maturing from separate Unix utilities into a maintained GNU distribution.
The modern package continues to evolve around compatibility and edge cases rather than novelty. GNU findutils 4.10.0, released in June 2024, changed xargs signal behavior to improve POSIX compliance, fixed xargs parallel-execution behavior, improved diagnostics, rejected obsolete year-2038-unsafe configurations, and updated translations.
GNU findutils became a baseline package because find and xargs are core building blocks for shell scripts, build systems, package recipes, cleanup jobs, and system administration. Its utilities are used directly by humans and indirectly by scripts that need portable traversal, filtering, batching, and deletion behavior.
On GNU/Linux systems, GNU findutils is typically the default implementation behind find, xargs, locate, and updatedb. On macOS and other Unix-like systems it is often installed explicitly when users need GNU options or behavior rather than the platform's BSD-derived tools.
find traverses directory trees and selects files by name, type, time, permissions, ownership, size, path, expression logic, and many other predicates. It can print matches, delete files, execute commands, or pass NUL-delimited output into other tools.
xargs turns input lists into command invocations, often pairing with find -print0 for safe processing of filenames containing whitespace or special characters. locate and updatedb provide the faster database-backed counterpart: updatedb builds the filename database and locate searches it.
GNU findutils is package-nerd bedrock because it is both infrastructure and user interface. Package builds, source cleanups, test runners, release scripts, and sysadmin snippets constantly rely on find and xargs semantics, so small behavior changes can matter across thousands of downstream projects.
It is also a classic example of GNU userland divergence: users on BSD/macOS often install it specifically to get GNU find behavior, while Linux distributions treat it as part of the expected base command set.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
find | cli | global executable | |
locate | cli | global executable | |
updatedb | cli | global executable | |
xargs | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://www.gnu.org/software/findutils/
install metadata
| Package key | brew:findutils |
|---|---|
| Version | 4.10.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/findutils |
| Homepage | https://www.gnu.org/software/findutils/ |
| Repository | https://git.savannah.gnu.org/git/findutils.git |
| Upstream docs | https://www.gnu.org/software/findutils |
| License | GPL-3.0-or-later |
| Source archive | https://ftpmirror.gnu.org/gnu/findutils/findutils-4.10.0.tar.xz |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
| Caveats | All commands have been installed with the prefix "g". If you need to use these commands with their normal names, you can add a "gnubin" directory to your PATH from your bashrc like: PATH="$HOMEBREW_PREFIX/opt/findutils/libexec/gnubin:$PATH" |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | findutils |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
findutils 4.10.0-3
utilities for finding files--find, xargs
https://savannah.gnu.org/projects/findutils/
sudo apt install findutilslocate 4.10.0-3
maintain and query an index of a directory tree
https://savannah.gnu.org/projects/findutils/
sudo apt install locatefindutils
nix profile install nixpkgs#findutilsfindutils 4.9.0-5build1
utilities for finding files--find, xargs
https://savannah.gnu.org/projects/findutils/
sudo apt install findutilslocate 4.9.0-5build1
maintain and query an index of a directory tree
https://savannah.gnu.org/projects/findutils/
sudo apt install locatefindutils 4.10.0-r1
GNU utilities for finding files
https://www.gnu.org/software/findutils/
sudo apk add findutilsfindutils-doc 4.10.0-r1
GNU utilities for finding files (documentation)
https://www.gnu.org/software/findutils/
sudo apk add findutils-docfindutils-locate 4.10.0-r1
locate and updatedb from findutils
https://www.gnu.org/software/findutils/
sudo apk add findutils-locatefindutils-locate-doc 4.10.0-r1
locate and updatedb from findutils (documentation)
https://www.gnu.org/software/findutils/
sudo apk add findutils-locate-docfindutils 4.10.0-7.fc44
The GNU versions of find utilities (find and xargs)
https://www.gnu.org/software/findutils/
sudo dnf install findutilsfindutils 4.10.0-3
GNU utilities to locate files
https://www.gnu.org/software/findutils/
sudo pacman -S findutilsfindutils 4.10.0-2.5
The GNU versions of find utilities (find and xargs)
https://www.gnu.org/software/findutils/
sudo zypper install findutilsfindutils-lang 4.10.0-2.5
Translations for package findutils
https://www.gnu.org/software/findutils/
sudo zypper install findutils-langfindutils
sudo port install findutilsfindutils
choco install findutilsmain/findutils
scoop install main/findutilssource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.