关于这个软件包的详细资料位于 Section 6.19.2, “Contents of Findutils.”
Findutils 包含查找文件的工具,既能即时查找(递归的搜索目录,并可以显示、创建和维护文件),也能在数据库里查找(通常比递归查找快但是在数据库没有及时更新的情况下,结果并不可靠)。
准备编译 Findutils:
./configure --prefix=/tools
编译软件包:
make
要测试结果,请运行:make check
安装软件包:
make install
关于这个软件包的详细资料位于 Section 6.19.2, “Contents of Findutils.”