parallel
[Top][All Lists]
Advanced

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

Catching errors from jobs


From: xmoon 2000
Subject: Catching errors from jobs
Date: Fri, 12 Dec 2014 14:44:45 +0000

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.

What is the best method for me to capture all errors from my scripts to a single file?

reply via email to

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