mirror of
https://git.savannah.gnu.org/git/parallel.git
synced 2024-11-22 22:17:54 +00:00
8865cbb10f
The code is quite messy, the implementation is fairly slow, but the structure seems sound and it passes the testsuite. basename {/} and {/.} implemented. Flushing of STDERR and STDOUT after each job completes.
32 lines
546 B
Plaintext
32 lines
546 B
Plaintext
### Test of -j filename
|
|
Parsing of --jobs/-j/--max-procs/-P failed
|
|
Usage:
|
|
parallel [options] [command [arguments]] < list_of_arguments
|
|
parallel [options] [command [arguments]] ::: arguments
|
|
parallel [options] [command [arguments]] :::: argfile(s)
|
|
|
|
See 'man parallel' for the options
|
|
### Test of -j filename
|
|
sleep 0.7
|
|
sleep 0.8
|
|
sleep 0.9
|
|
sleep 0.4
|
|
sleep 0.6
|
|
### Test of -j filename with file content changing
|
|
sleep 3.3
|
|
sleep 1
|
|
sleep 1
|
|
sleep 1
|
|
sleep 1
|
|
sleep 1
|
|
sleep 1
|
|
sleep 1.1
|
|
sleep 1.2
|
|
sleep 1.3
|
|
sleep 1.4
|
|
sleep 1
|
|
sleep 1
|
|
sleep 1
|
|
sleep 1
|
|
sleep 1
|