parallel icon indicating copy to clipboard operation
parallel copied to clipboard

Task numbers with `-v` don't match up

Open mateon1 opened this issue 7 years ago • 0 comments

When using the -v flag for parallel, the processing task #x number doesn't match up with completed task #x

mateon@hydra:/shared/dev/fuzz$ parallel -v echo ::: 1
parallel: processing 1 inputs on 8 threads
parallel: processing task #1 of 1: '1'
1
parallel:  completed task #0 of 1: '1'

mateon1 avatar Feb 25 '18 11:02 mateon1