Translations:GNU Parallel/11/en

Revision as of 14:11, 15 December 2017 by FuzzyBot (talk | contribs) (Importing a new version from external source)

Keeping Track of Completed and Failed Commands, and Restart Capabilities

You can tell Gnu Parallel to keep track of which commands have completed by using the --joblog JOBLOGFILE argument. The file JOBLOGFILE will contain the list of completed commands, their start times, durations, hosts, and exit values. For example,

 
[name@server ~]$ ls *.txt | parallel --joblog gzip.log gzip {}