Download List

项目描述

The findutils package consists of three programs.
"find" is a program which searches a directory
tree to find a file or group of files. It walks
the directory tree and reports all occurrences of
a file matching the user's specifications.
"locate" scans one or more databases of filenames
and displays any matches. "xargs" builds and
executes command lines by gathering together
arguments it reads on the standard input. Most
often, these arguments are lists of file names
generated by "find".

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-05-15 07:19
4.5.10

现在该手册包括了对安全的进一步阅读参考小数目。关于SELinux的自动的依赖是固定的。配置脚本现在提供了一个 - 不带- SELinux选项。 “寻找execdir”现在可以正确地改变工作目录。该测试strstr单元测试不再失败在阿尔法。一个问题,即“查找- exec的回声萝卜{} \ +”被接受,但是,是吃萝卜是固定的。错误消息是现在可以正确显示当一个不正确的- size选项给出。一个测试套件FreeBSD上的僵局是固定的。对于翻译芬兰,意大利,丹麦,斯洛文尼亚,德国,爱沙尼亚,法国,日本和丹麦进行了更新。
标签: Development
The manual now includes a small number of references to further reading on security. The automagic dependency on selinux was fixed. The configure script now provides a --without-selinux option. "find -execdir" now correctly changes working directory. The test-strstr unit test no longer fails on alpha. A problem in which "find -exec echo TURNIP{} \+" is accepted but TURNIP is eaten was fixed. The error message is now properly shown when an incorrect -size option is given. A test suite deadlock on FreeBSD was fixed. The translations for Finnish, Italian, Danish, Slovenian, German, Estonian, French, Japanese, and Danish were updated.

2010-04-30 07:15
4.5.9

错误已得到修复,包括#29511(失败的基础上kfreebsd),#27563(- L的休息- execdir聆听),和#19593(- execdir聆听....()+有次优的性能)。这一发现将再次建设方案比1的参数列表不再使用“- execdir聆听...+". 1 execdir聆听的论点上限介绍了作为的findutils - 4.3.4解决方法。现在取消该限制,但仍然没有找到问题的最大可能数量的参数,将出现一个exec以来,每次遇到找到子目录(如果至少有一个论据是待定)。
标签: Development
Bugs have been fixed, including #29511 (fails to build on kfreebsd), #27563 (-L breaks -execdir), and #19593 (-execdir .... {} + has suboptimal performance). The find program will once again build argument lists longer than 1 with "-execdir ...+". The upper limit of 1 argument for execdir was introduced as a workaround in findutils-4.3.4. The limit is now removed, but find still does not issue the maximum possible number of arguments, since an exec will occur each time find encounters a subdirectory (if at least one argument is pending).

2009-09-02 18:35
4.4.2

backport的修复是从发展4.5.x分支。
标签: Stable
Fixes were backported from the development 4.5.x branch.

2008-12-08 23:20
4.5.3

以gnulib的的fts代码所做的更改应提供性能改进,发现在处理非常大的目录。文件类型信息传递回也从fts寻找,节省调用命令行的发现,并不需要统计信息统计系统调用。这提供了一个共同的情况下这样的性能改进“发现。- D型”。
标签: Development
Changes to gnulib's fts code should provide
performance improvements in find when processing
very large directories. File type information is
also passed back from fts to find, saving calls to
the stat system call for find command lines which
don't need the stat information. This provides a
performance improvement for common cases like
"find . -type d".

2008-03-15 20:35
4.4.0

标签: Stable, Major feature enhancements

Project Resources