Skip to content

Instantly share code, notes, and snippets.

@hezhao
Last active August 29, 2015 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hezhao/cdf90b548bc5f524875f to your computer and use it in GitHub Desktop.
Save hezhao/cdf90b548bc5f524875f to your computer and use it in GitHub Desktop.
Copy every nth file and show progress bar
# http://www.tecmint.com/advanced-copy-command-shows-progress-bar-while-copying-files/
#
$ wget https://dl.dropboxusercontent.com/u/6233134/cp
$ sudo chmod +x cp
$ ./cp -gR src/*[13579].jpg dest/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment