2010-06-16 03:03:52 +00:00
|
|
|
### Test filenames containing UTF-8
|
2007-09-10 20:28:03 +00:00
|
|
|
.
|
2010-06-16 03:03:52 +00:00
|
|
|
./1-col.txt
|
|
|
|
./2-col.txt
|
2007-09-10 20:28:03 +00:00
|
|
|
./a
|
|
|
|
./a/bar
|
2009-02-17 03:58:13 +00:00
|
|
|
./a/foo
|
2010-06-16 03:03:52 +00:00
|
|
|
./a/foo2
|
2007-09-10 20:28:03 +00:00
|
|
|
./b
|
|
|
|
./b/bar
|
2009-02-17 03:58:13 +00:00
|
|
|
./b/foo
|
|
|
|
./中国 (Zhōngguó)
|
|
|
|
./中国 (Zhōngguó)/China's (中国) road.jpg
|
|
|
|
./中国 (Zhōngguó)/thumb_China's (中国) road.jpg
|
2013-07-30 21:15:40 +00:00
|
|
|
### bug #39554: Feature request: line buffered output
|
|
|
|
start Amiddle -n A
|
|
|
|
start Bmiddle -n B
|
|
|
|
start Cmiddle -n C
|
|
|
|
next to last A
|
|
|
|
next to last B
|
|
|
|
next to last C
|
|
|
|
last Alast Blast C
|
|
|
|
### bug #39554: Feature request: line buffered output --tag
|
|
|
|
A start Amiddle -n A
|
|
|
|
B start Bmiddle -n B
|
|
|
|
C start Cmiddle -n C
|
|
|
|
A next to last A
|
|
|
|
B next to last B
|
|
|
|
C next to last C
|
|
|
|
A last AB last BC last C
|
2013-08-14 18:11:00 +00:00
|
|
|
### test round-robin
|
|
|
|
473 473 1893
|
|
|
|
527 527 2000
|
|
|
|
### --version must have higher priority than retired options
|
|
|
|
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
|
|
|
|
This is free software: you are free to change and redistribute it.
|
|
|
|
GNU parallel comes with no warranty.
|
|
|
|
|
|
|
|
Web site: http://www.gnu.org/software/parallel
|
|
|
|
|
|
|
|
When using GNU Parallel for a publication please cite:
|
|
|
|
|
|
|
|
O. Tange (2011): GNU Parallel - The Command-Line Power Tool,
|
|
|
|
;login: The USENIX Magazine, February 2011:42-47.
|
2013-08-15 17:38:39 +00:00
|
|
|
### bug #39787: --xargs broken
|
|
|
|
131064
|
|
|
|
37830
|
|
|
|
### --delay should grow by 2 sec per arg
|
|
|
|
OK
|
|
|
|
OK
|
2013-08-16 11:11:35 +00:00
|
|
|
### Exit value should not be affected if an earlier job times out
|
|
|
|
Exitval
|
|
|
|
-1
|
|
|
|
255
|
2013-08-17 16:24:51 +00:00
|
|
|
### --header regexp
|
|
|
|
JOB1
|
|
|
|
%head1
|
|
|
|
%head2
|
|
|
|
1
|
|
|
|
2
|
|
|
|
JOB2
|
|
|
|
%head1
|
|
|
|
%head2
|
|
|
|
3
|
|
|
|
4
|
|
|
|
JOB3
|
|
|
|
%head1
|
|
|
|
%head2
|
|
|
|
5
|
|
|
|
### --header num
|
|
|
|
JOB1
|
|
|
|
%head1
|
|
|
|
%head2
|
|
|
|
1
|
|
|
|
2
|
|
|
|
JOB2
|
|
|
|
%head1
|
|
|
|
%head2
|
|
|
|
3
|
|
|
|
4
|
|
|
|
JOB3
|
|
|
|
%head1
|
|
|
|
%head2
|
|
|
|
5
|
|
|
|
### --header regexp --round-robin
|
2013-08-19 09:15:39 +00:00
|
|
|
4 4 18
|
|
|
|
5 5 20
|
|
|
|
JOB
|
|
|
|
JOB
|
2013-08-17 16:24:51 +00:00
|
|
|
### --header num --round-robin
|
2013-08-19 09:15:39 +00:00
|
|
|
4 4 18
|
|
|
|
5 5 20
|
2013-08-17 16:24:51 +00:00
|
|
|
JOB1
|
|
|
|
JOB2
|
2013-08-19 09:15:39 +00:00
|
|
|
### shebang-wrap
|
|
|
|
A
|
|
|
|
B
|
|
|
|
C
|
|
|
|
A
|
|
|
|
B
|
|
|
|
C
|
|
|
|
A
|
|
|
|
B
|
|
|
|
C
|
|
|
|
[1] "A"
|
|
|
|
[1] "B"
|
|
|
|
[1] "C"
|
|
|
|
["A"]
|
|
|
|
["B"]
|
|
|
|
["C"]
|
|
|
|
A
|
|
|
|
B
|
|
|
|
C
|
|
|
|
A
|
|
|
|
B
|
|
|
|
C
|