Translations:GNU Parallel/11/en: Difference between revisions
Jump to navigation
Jump to search
(Importing a new version from external source) |
m (FuzzyBot moved page Translations:Gnu Parallel/11/en to Translations:GNU Parallel/11/en without leaving a redirect: Part of translatable page "Gnu Parallel".) |
(No difference)
|
Revision as of 13:35, 28 August 2017
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.
[name@server ~]$ ls *.txt | parallel --joblog gzip.log gzip {}