Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save skurscheid/5b8aca3bf4c33dc5584bfe7fea34889b to your computer and use it in GitHub Desktop.
Save skurscheid/5b8aca3bf4c33dc5584bfe7fea34889b to your computer and use it in GitHub Desktop.
GNU parallel - redirect output per job to separate files
parallel md5sum {} ">" {}.md5 ::: *.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment