Skip to content

Instantly share code, notes, and snippets.

@vwrs
Last active August 10, 2017 04:32
Show Gist options
  • Save vwrs/576cc354d21e669106fc74ae60af487e to your computer and use it in GitHub Desktop.
Save vwrs/576cc354d21e669106fc74ae60af487e to your computer and use it in GitHub Desktop.
parallelize mv by GNU parallel
ls /path/to/src/*.extension | parallel --no-notice mv -fv {} /path/to/dst
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment