Skip to content

Instantly share code, notes, and snippets.

@5pid3rm3n
Created November 8, 2018 13:33
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 5pid3rm3n/f114552ddd701965428efcdec57e64af to your computer and use it in GitHub Desktop.
Save 5pid3rm3n/f114552ddd701965428efcdec57e64af to your computer and use it in GitHub Desktop.
Linux useful commanded
# search and copy/move files from folder structure to another location
find SOURCE -name "*.jpg" -exec cp '{}' LOCATION \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment