Last active
August 10, 2017 04:32
-
-
Save vwrs/576cc354d21e669106fc74ae60af487e to your computer and use it in GitHub Desktop.
parallelize mv by GNU parallel
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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