When using --joblog and --files such as in the below, is it possible
to have the joblog include the path to the output file for each job?

parallel --tmpdir /var/tmp --files --joblog joblog.txt echo ::: A B C

I am writing a script to parse the joblog to get the exit status of
each job and then cross-reference it to the output file.  If adding it
to the joblog is not possible, is the only way to use --tag or
--results and manually match them up to the joblog?

Thanks for your help.

Ryan

Reply via email to