mmstick/parallel

-q to quote the input

nkh opened this issue · 1 comments

nkh commented

in command: piper --global hi blue '\d+' red

'\d' needs to be quadruple quote as in this example:
time seq 20 | rust-parallel 'echo {} | piper --global hi blue '\\d+' red'

FYI, gnu parallel needed the \ to be doubled or -q option to be used

Quoting has been added to version 0.6.1