pkg.sopackage field notes

brew / 排名 1091

使用 Homebrew 安装 findutils

查看 findutils 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install findutils

provider-native install command

概览

软件包摘要

Collection of GNU find, xargs, and locate

命令和别名

  • find
  • locate
  • updatedb
  • xargs

历史

项目历史与用法

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.

时间线

  • 1987: Beginning of findutils history recorded in the GNU findutils NEWS file.
  • 1990: GNU findutils 1.0 release date is recorded as June 22.
  • 1994: Release 4.0 adds the Texinfo manual, updatedb and locatedb man pages, find improvements, locate database changes, and xargs tests.
  • 1994: Release 4.1 renames the distribution to findutils.
  • 2003: Release 4.1.20 marks James Youngman as the new maintainer.
  • 2015: Release 4.6.0 is described as the first stable release since 4.4.2.
  • 2024: Release 4.10.0 ships POSIX-related xargs changes, diagnostics improvements, year-2038 build checks, documentation updates, and translation updates.

Related projects

  • GNU grep, GNU sed, GNU coreutils, and GNU tar are neighboring command-line packages in the same GNU userland culture.
  • BSD find and BSD xargs are the comparison point on macOS and BSD systems.
  • mlocate and plocate are related locate-style tools in the broader filename-database search family.

安全态势

风险级别:绿色

narrow executable package without higher-risk signals.

风险分类器

绿色 风险 · 低 置信度 · appliance

原因

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

安装行为

  • 未记录 Homebrew bottle 元数据。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

可执行文件

已安装的可执行文件

命令类型暴露范围备注
find可执行文件已索引可执行文件从本地可执行文件索引发现。
locate可执行文件已索引可执行文件从本地可执行文件索引发现。
updatedb可执行文件已索引可执行文件从本地可执行文件索引发现。
xargs可执行文件已索引可执行文件从本地可执行文件索引发现。

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-08-03
管理器版本4.11.0
管理器更新时间2026-07-11
本地数据未知
上游不可用
检测到的最新版本未检测到
  • OK没有生成新鲜度警告。

安装元数据

软件包元数据

软件包键brew:findutils
版本4.11.0
软件包管理器Homebrew
主页https://www.gnu.org/software/findutils/
最后更新2026-07-11T21:00:08Z
Pulseupdated
Bottle未记录
服务未声明

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • Geiger risk classifier
  • Nucleus package database
  • curated package history
  • pkgdb category and tag curation