Download List

Projeto Descrição

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 Requirements

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

O manual inclui agora um pequeno número de referências a outras leituras sobre a segurança. A dependência em automagic selinux foi corrigido. O script configure fornece agora uma opção - without-selinux. "Descobrir execdir '" agora corretamente as mudanças no diretório de trabalho. O teste de unidade strstr teste não falha em alfa. Um problema em que "encontrar-exec echo NABO {} \ +" é aceito, mas é comido NABO foi corrigido. A mensagem de erro é agora devidamente apresentada quando a opção de tamanho incorreto é dado. Um impasse suite de testes no FreeBSD foi corrigido. As traduções para o finlandês, italiano, dinamarquês, esloveno, alemão, estónio, francês, japonês, dinamarquês e foram atualizados.
Tags: 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

Bugs foram corrigidos, incluindo # 29511 (não construir kfreebsd), # 27563 (quebra-L EXECDIR), e n º 19.593 (-EXECDIR .... () + tem um desempenho subótimo). O programa irá encontrar mais uma vez, criar listas de discussão com mais de 1 ", EXECDIR ...+". O limite máximo de um argumento para EXECDIR foi apresentado como uma solução em findutils-4.3.4. O limite é removido, mas encontra ainda não emitir o maior número possível de argumentos, uma vez que o executivo irá ocorrer cada vez que encontrar um subdiretório encontros (se pelo menos um argumento está pendente).
Tags: 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

Correções foram portados do desenvolvimento 4.5.x ramo.
Tags: Stable
Fixes were backported from the development 4.5.x branch.

2008-12-08 23:20
4.5.3

Alterações ao código gnulib do STF deve proporcionar melhorias de desempenho em encontrar quando diretórios de processamento muito grande. Informações sobre o arquivo tipo também é passado de volta do STF para encontrar, poupando as chamadas para a chamada de sistema stat para encontrar linhas de comando que não necessitam da informação Stat. Isto proporciona uma melhoria de desempenho para os casos comuns como "encontrar. Tipo d".
Tags: 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

Tags: Stable, Major feature enhancements

Project Resources