This repository has been archived by the owner on Jul 11, 2019. It is now read-only.
Treat each line from stdin or from file list as one argument and use --colsep to split this in multiple arguments if requested. #61
Milestone
Treat each line from stdin or from file list as one argument and use --colsep to split this in multiple arguments if requested.
The current implementation is different from GNU parallel.
Currently each line is split on whitespace.
This leads to unexpected results, as filenames with for example spaces are split in multiple arguments like seen in issue #57
The default argument separator when reading from a file or stdin should be "\n", this should be overridable (like the
-0
optiion in GNU parallel) like requested in issue #59GNU parallel
--colsep
option:The text was updated successfully, but these errors were encountered: