On Sun, May 13, 2012 at 5:48 PM, Alastair Andrew wrote:
> If you call it with the -d flag it'll run parallel in --dry-run mode echo-ing
> its proposed runs allowing you to see the addition backslashes in the
> generated arguments. Using --nice inflates the number backslashes too.
The problem y
Hi Ole,
If I manually run ls -a -l from the command line I get the usual long directory
listing showing all the chmod info, file owner, size, date, name for the files
and directories (including the hidden files). If I run parallel -v -bash -c ls
::: "-l -a" I don't get that. I just get the regu
On Mon, May 14, 2012 at 8:06 PM, Alastair Andrew wrote:
> Hi Ole,
>
> If I manually run ls -a -l from the command line I get the usual long
> directory listing showing all the chmod info, file owner, size, date, name
> for the files and directories (including the hidden files). If I run parallel