Translations:GNU Parallel/3/en

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

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