这个包的详细信息位于 第 6.43.2 节 “Contents of Findutils.”
The Findutils package contains programs to find files. These programs are provided to recursively search through a directory tree and to create, maintain, and search a database (often faster than the recursive find, but unreliable if the database has not been recently updated).
准备编译 Findutils:
./configure --prefix=/tools
编译软件包:
make
编译现在完成了。前面讨论过,没有必要在这一章中为临时工具运行测试套件。如果无论如何都要运行 Findutils 的测试套件,执行以下命令:
make check
安装软件包:
make install
这个包的详细信息位于 第 6.43.2 节 “Contents of Findutils.”