Skip to content

Instantly share code, notes, and snippets.

@kevinsearle
Created December 12, 2016 16:33
Show Gist options
  • Save kevinsearle/fab1a33519d73bcf5ac6c4f1d94f088f to your computer and use it in GitHub Desktop.
Save kevinsearle/fab1a33519d73bcf5ac6c4f1d94f088f to your computer and use it in GitHub Desktop.
Find files and move them
find . -type f -name '*.tar.gz' -exec sh -c 'exec mv "$@" ~/NetworkDrive/templates/' sh {} +
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment