Translations:GNU Parallel/8/en

From Alliance Doc
Jump to navigation Jump to search

File Content as Command List

GNU Parallel can also interpret the lines of a file as the actual subjobs to be run in parallel, by using redirection. For example, if you have a list of subjobs in file my_commands.txt (one per line), you may run them in parallel as follows:

Question.png
[name@server ~]$ parallel < my_commands.txt