Télécharger la liste

Description du projet

GNU parallel is a shell tool for executing jobs in parallel locally or using remote computers. A job is typically a single command or a small script that has to be run for each of the lines in the input. The typical input is a list of files, a list of hosts, a list of users, a list of URLs, or a list of tables. If you use xargs today you will find GNU parallel very easy to use, as GNU parallel is written to have the same options as xargs. If you write loops in shell, you will find GNU parallel may be able to replace most of the loops and make them run faster by running several jobs in parallel. GNU parallel makes sure output from the commands is the same output as you would get had you run the commands sequentially. This makes it possible to use output from GNU parallel as input for other programs.

Système requise

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.

2012-02-23 13:57 Retour à la liste release
20120222 ('Whitney')

--workdir. utilisera le répertoire de travail actuel. Si le répertoire de travail actuel est sous votre répertoire de base, la valeur. est considéré comme le chemin d'accès relatif à votre répertoire. Cela signifie que si votre répertoire est différente sur des ordinateurs distants (par exemple si votre connexion est différente), le chemin d'accès relatif sera toujours par rapport à votre répertoire. Un fichier texinfo est maintenant généré dans le fichier POD à l'aide de pod2texi.
--workdir . will use the current working directory. If the current working directory is beneath your home directory, the value . is treated as the relative path to your home directory. This means that if your home directory is different on remote computers (e.g. if your login is different), the relative path will still be relative to your home directory. A texinfo file is now generated from the POD file using pod2texi.

Project Resources