On Fri, Dec 12, 2014 at 3:44 PM, xmoon 2000 wrote:
> I have a file of 60 jobs
>
> I run it by using:
>
> cat jobsFile | parallel --eta >myOutput 2>myErrors
>
> I need to rgep myErrors afterwards to check everything went as planned.
> However, parallel output goes to stderr as well.
The output fro
On Sat, Dec 13, 2014 at 9:39 AM, Ole Tange wrote:
> On Fri, Dec 12, 2014 at 3:44 PM, xmoon 2000 wrote:
>> What is the best method for me to capture all errors from my scripts to a
>> single file?
>
> 3 options:
>
> Stop using --eta.
> Use --joblog (if all you need is the exit value)
> Use --resu