2010-09-05 10:22:08 +00:00
|
|
|
### Test stdin goes to first command only ("-" as argument)
|
2014-12-26 11:02:31 +00:00
|
|
|
Academic tradition requires you to cite works you base your article on.
|
2015-01-21 21:24:23 +00:00
|
|
|
When using programs that use GNU Parallel to process data for publication
|
|
|
|
please cite:
|
2013-11-22 17:24:09 +00:00
|
|
|
|
|
|
|
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.
|
2014-12-26 11:02:31 +00:00
|
|
|
If you pay 10000 EUR you should feel free to use GNU Parallel without citing.
|
2013-11-22 17:24:09 +00:00
|
|
|
|
2015-01-21 21:24:23 +00:00
|
|
|
Silence the citation notice: run 'parallel --bibtex' once or use '--will-cite'.
|
2013-11-22 17:24:09 +00:00
|
|
|
|
2010-07-09 12:10:22 +00:00
|
|
|
cat -
|
|
|
|
via first cat
|
|
|
|
cat -
|
2010-09-05 10:22:08 +00:00
|
|
|
via pseudotty
|
|
|
|
### Test stdin goes to first command only ("cat" as argument)
|
2014-12-26 11:02:31 +00:00
|
|
|
Academic tradition requires you to cite works you base your article on.
|
2015-01-21 21:24:23 +00:00
|
|
|
When using programs that use GNU Parallel to process data for publication
|
|
|
|
please cite:
|
2013-11-22 17:24:09 +00:00
|
|
|
|
|
|
|
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.
|
2014-12-26 11:02:31 +00:00
|
|
|
If you pay 10000 EUR you should feel free to use GNU Parallel without citing.
|
2013-11-22 17:24:09 +00:00
|
|
|
|
2015-01-21 21:24:23 +00:00
|
|
|
Silence the citation notice: run 'parallel --bibtex' once or use '--will-cite'.
|
2013-11-22 17:24:09 +00:00
|
|
|
|
2010-09-05 10:22:08 +00:00
|
|
|
echo a
|
|
|
|
a
|
|
|
|
cat
|
|
|
|
via pseudotty
|