Translations:GNU Parallel/3/en

From Alliance Doc
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 {}