Findutils

Versione: 
4.6.0
Data rilascio: 
Giovedì, 24 Novembre, 2016

Licenza:

Interfaccia:

Authors/Port authors:

Le GNU Find Utilities sono gli strumenti di base per la ricerca nel filesystem del sistema operativo GNU. Queste utility sono tipicamente usate insieme ad altri programmi per fornire capacità di ricerca potenti e modulari su file e directory, utilizzando insiemi di comandi specifici.

Gli strumenti disponibili sono:

  • find: ricerca file in una gerarchia di directory
  • locate: lista i file in un database che corrispondono ad un pattern
  • updatedb: aggiorna un nome di file database
  • xargs: costruisce ed esegue linee di comandi dallo standard input
Questo software è distribuito con due modalità:
  • come pacchetto compresso, da scaricare e installare manualmente; se ci sono prerequisiti da soddisfare, andranno anch'essi scaricati e installati manualmente;
  • come pacchetto RPM, installabile tramite il gestore pacchetti rpm preferito, che provvederà a scaricare e installare sia il software che gli eventuali prerequisiti.
Scegli la modalità di installazione che preferisci, tenendo conto del fatto che non tutte le versioni del software sono disponibili per entrambe le modalità.

Installazione con rpm

Questo programma si può installare usando il gestore pacchetti rpm. Vedi sotto per la stringa di installazione. I prerequisiti richiesti sono gestiti dal gestore pacchetti e, se necessario, scaricati e installati automaticamente.

findutils-4.7.0-1.oc00 (28/12/2020)
Repository: Netlabs stable
This package contains the GNU find, xargs, and locate programs. find and xargs comply with POSIX 1003.2, as far as I know (with the exception of the "+" modifier for the "-exec" action, which isn't implemented yet). They also support a large number of additional options, some borrowed from Unix and some unique to GNU. See the file NEWS for a list of major changes in the current release. See the file INSTALL for compilation and installation instructions. To verify the GPG signature of the release, you will need the public key of the findutils maintainer. You can download this from ftp://ftp.gnu.org/gnu/gnu-keyring.gpg. Alternatively, you could query a PGP keyserver, but you will need to use one that can cope with subkeys containing photos. Many older key servers cannot do this. I use subkeys.pgp.net. I think that one works. See also the "Downloading" section of http://www.gnu.org/software/findutils/. Special configure options: --with-afs Make find support "-fstype afs". Requires /afs, /usr/afsws/lib, and /usr/afsws/include. configure doesn't add AFS support automatically because it adds considerably to find's size, and the AFS libraries need -lucb on Solaris, which breaks find. --enable-id-cache Make tables of used UIDs and GIDs at startup instead of using getpwuid or getgrgid when needed. Speeds up -nouser and -nogroup unless you are running NIS or Hesiod, which make password and group calls very expensive. --enable-debug Produce output on the standard error output indicating what find is doing. This information includes details about how the command line has been parsed and what files have been stat()ed. This output is normally interesting only to the maintainer, and so is off by default. DEFAULT_ARG_SIZE=<value> If this environment variable is defined to a numeric expression during configure, it determines the default argument size limits used by xargs without -s, and by find, when spawning child processes. Otherwise, the default is set at 128 kibibytes. If the system cannot support the default limit, the system's limit will be used instead. To gain speed, GNU find avoids statting files whenever possible. It does this by: 1. Checking the number of links to directories and not statting files that it knows aren't directories until it encounters a test or action that needs the stat info. 2. Rearranging the command line, where possible, so that it can do tests that don't require a stat before tests that do, in hopes that the latter will be skipped because of a -o/-a conjunction. (But it only does this where it will leave the output unchanged.) The locate program and its helper programs are derived (heavily modified) from James Woods' public domain fast-find code, which is also distributed with the 4.3BSD find. Because POSIX.2 requires `find foo' to have the same effect as `find foo -print', the fast-find searching has been moved to a separate program, `locate'; the same thing has been done in 4.4BSD. If you use locate, you should run the included `updatedb' script from cron periodically (typically nightly). Mail suggestions and bug reports for these programs to bug-findutils@gnu.org.
findutils-debuginfo-4.7.0-1.oc00 (28/12/2020)
Repository: Netlabs stable

Installazione manuale

Il programma è distribuito come pacchetto ZIP: scaricare in una cartella temporanea e scompattare nella cartella di destinazione. Vedi sotto per il(i) link di download.

E' possibile installare i prerequisiti con rpm, eseguendo la stringa seguente in una finestra comandi:

yum install emxrt

Documentazione in linea

Qui di seguito trovi i link di download per l'installazione manuale del software:

Findutils v. 4.1 (31/3/1998) Readme/What's new
This copy of the GNU find utilites 4.1 has been compiled for OS/2 using the emx 0.9c development tools. It tries to follow the original as closely as possible. The most notable (and hardly noticable) exception is the specification of permission masks for the find -perm predicate. In addition to the rwx modes, you can specify the hsa (hidden, system and archive) modes. Some dirty work is done internally to map them temporarily to the "other" rwx bits. The -ls predicate displays them accordingly. An up to date copy should always be available as ftp://ftp.leo.org/pub/comp/os/os2/gnu/systools/gnufind.zip The major still missing feature of this port is optimization in terms of elimination of unnecessary stat() calls since OS/2's directory lookup functions already provide all necessary information. This, however, would result in either sort of ugly changes or possibly large amounts of allocated memory. Kai Uwe Rommel -- /* Kai Uwe Rommel ARS Computer & Consulting GmbH, Muenchen, Germany * * rommel@ars.de CompuServe 100265,2651, Fax +49 89 324 4524 * * rommel@leo.org (ftp.leo.org:/pub/comp/os/os2 maintenance) */ DOS ... is still a real mode only non-reentrant interrupt handler, and always will be. -Russell Williams
 hobbes.nmsu.edu/download/pub/os2/util/disk/gnufind.zip
Scheda aggiornata l'ultima volta il: 21/03/2021 - 11:41

Aggiungi un commento