parallel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Use of newlines with --tagstring feature


From: Colleen Josephson
Subject: Use of newlines with --tagstring feature
Date: Wed, 13 May 2015 16:11:25 -0700

If I pass the option --tagstring "--------------------\n" the output
is prefixed with dashes and a slash and 'n', instead of dashes
followed by a newline. Similarly, if the tagstring contains a tab
code, '\t', a slash and a 't' are printed out instead of a tab.

The command I'm using is:

parallel --tagstring "-------------\n" -j +0 --eta
/usr/sbin/testframework --no-status  ":::" `find ~/tests -type f -name
"*.test"`

Any suggestions on how to get the newline out of tagstring, or an
alternative approach that will do something similar is appreciated.

Thanks,
-- 
Colleen



reply via email to

[Prev in Thread] Current Thread [Next in Thread]