bug-parallel
[Top][All Lists]
Advanced

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

GNU Parallel Bug Reports Running parallel from perl system() with redire


From: Josef wells
Subject: GNU Parallel Bug Reports Running parallel from perl system() with redirects
Date: Tue, 13 Jan 2015 04:25:26 +0000

I have a problem that did not happen with version:
GNU parallel 20130822
But does happen with:
GNU parallel 20141122

This works:
parallel --joblog - ::: 'cat hello >& hello_log' > joblog 2>&1

But it doesn't work from inside a perl program.
perl -e "system('parallel --joblog - ::: \'cat hello >& hello_log\' > joblog 2>&1');"
joblog contains the error:
/bin/sh: 1: Syntax error: Bad fd number

You can take out the --joblog -, as that just makes something useful go to the parallel output redirect.

I posted this to the main parallel list, but I didn't see it show up, so maybe I don't understand how to internet.

-Josef

reply via email to

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