macOS
brew install findutilslocal Homebrew formula metadata
sudo port install findutilsMacPorts ports tree · sysutils/findutils/Portfile · ソース: api.github.com
brew
findutils のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install findutilslocal Homebrew formula metadata
sudo port install findutilsMacPorts ports tree · sysutils/findutils/Portfile · ソース: api.github.com
sudo apk add findutilsAlpine Linux edge package indexes · findutils · ソース: dl-cdn.alpinelinux.org
sudo apt install findutilsDebian stable package indexes · findutils · ソース: deb.debian.org
sudo dnf install findutilsFedora Rawhide package metadata · findutils · ソース: dl.fedoraproject.org
nix profile install nixpkgs#findutilsnixpkgs package indexes · findutils · ソース: raw.githubusercontent.com
sudo pacman -S findutilsArch Linux sync databases · findutils · ソース: geo.mirror.pkgbuild.com
sudo zypper install findutilsopenSUSE Tumbleweed package metadata · findutils · ソース: download.opensuse.org
choco install findutilsChocolatey community package catalog · findutils · ソース: community.chocolatey.org
scoop install main/findutilsScoop official bucket manifest trees · bucket/findutils.json · ソース: api.github.com
概要
Collection of GNU find, xargs, and locate
履歴
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.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
find | cli | グローバル実行可能ファイル | |
locate | cli | グローバル実行可能ファイル | |
updatedb | cli | グローバル実行可能ファイル | |
xargs | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://www.gnu.org/software/findutils/
インストールメタデータ
| パッケージキー | brew:findutils |
|---|---|
| バージョン | 4.11.0 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/findutils |
| ホームページ | https://www.gnu.org/software/findutils/ |
| リポジトリ | https://git.savannah.gnu.org/git/findutils.git |
| 上流ドキュメント | https://www.gnu.org/software/findutils |
| ライセンス | GPL-3.0-or-later |
| ソースアーカイブ | https://ftpmirror.gnu.org/gnu/findutils/findutils-4.11.0.tar.xz |
| 最終更新 | 2026-07-11T21:00:08Z |
| Pulse | updated |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
| 注意点 | 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" |
レジストリ情報
| 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 |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
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/findutilsソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.