Skip to content

Instantly share code, notes, and snippets.

@icarrr
Created October 25, 2019 15:13
Show Gist options
  • Save icarrr/0309fb9ccaa4b2cf0435142488cdce70 to your computer and use it in GitHub Desktop.
Save icarrr/0309fb9ccaa4b2cf0435142488cdce70 to your computer and use it in GitHub Desktop.
Find and Move
$ find /home -iname '*.zip' -exec mv '{}' /backup/ \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment