mirror of
https://git.savannah.gnu.org/git/parallel.git
synced 2024-11-22 14:07:55 +00:00
3009913a66
Merging of tests.
11 lines
189 B
Plaintext
11 lines
189 B
Plaintext
### Test stdin goes to first command only ("-" as argument)
|
|
cat -
|
|
via first cat
|
|
cat -
|
|
via pseudotty
|
|
### Test stdin goes to first command only ("cat" as argument)
|
|
echo a
|
|
a
|
|
cat
|
|
via pseudotty
|