Translations:GNU Parallel/3/en

From Alliance Doc
Revision as of 13:35, 28 August 2017 by FuzzyBot (talk | contribs) (FuzzyBot moved page Translations:Gnu Parallel/3/en to Translations:GNU Parallel/3/en without leaving a redirect: Part of translatable page "Gnu Parallel".)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Basic Usage

Parallel uses curly brackets {} as parameters for the command to be run. For example, to run gzip on all the text files in a directory, you can execute

Question.png
[name@server ~]$ ls *.txt | parallel gzip {}