Translations:GNU Parallel/11/en

From Alliance Doc
Revision as of 14:22, 10 November 2016 by Fuzzybot (talk | contribs) (Importing a new version from external source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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. E.g.

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