mirror of
https://git.savannah.gnu.org/git/parallel.git
synced 2024-11-22 14:07:55 +00:00
35 lines
1.2 KiB
Plaintext
35 lines
1.2 KiB
Plaintext
### Test stdin goes to first command only ("-" as argument)
|
|
Academic tradition requires you to cite works you base your article on.
|
|
When using programs that use GNU Parallel to process data for publication
|
|
please cite:
|
|
|
|
O. Tange (2011): GNU Parallel - The Command-Line Power Tool,
|
|
;login: The USENIX Magazine, February 2011:42-47.
|
|
|
|
This helps funding further development; and it won't cost you a cent.
|
|
If you pay 10000 EUR you should feel free to use GNU Parallel without citing.
|
|
|
|
Silence the citation notice: run 'parallel --bibtex' once or use '--will-cite'.
|
|
|
|
cat -
|
|
via first cat
|
|
cat -
|
|
via pseudotty
|
|
### Test stdin goes to first command only ("cat" as argument)
|
|
Academic tradition requires you to cite works you base your article on.
|
|
When using programs that use GNU Parallel to process data for publication
|
|
please cite:
|
|
|
|
O. Tange (2011): GNU Parallel - The Command-Line Power Tool,
|
|
;login: The USENIX Magazine, February 2011:42-47.
|
|
|
|
This helps funding further development; and it won't cost you a cent.
|
|
If you pay 10000 EUR you should feel free to use GNU Parallel without citing.
|
|
|
|
Silence the citation notice: run 'parallel --bibtex' once or use '--will-cite'.
|
|
|
|
echo a
|
|
a
|
|
cat
|
|
via pseudotty
|