Translations:GNU Parallel/4/en

From Alliance Doc
Jump to navigation Jump to search

An alternative syntax is to use :::, such as in this example:

Question.png
[name@server ~]$ parallel echo {} ::: $(seq 1 3)
1
2
3