Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rememberlenny/50e5ed86e8334aca91be6283c1b37c07 to your computer and use it in GitHub Desktop.
Save rememberlenny/50e5ed86e8334aca91be6283c1b37c07 to your computer and use it in GitHub Desktop.
Move files when mv says list has too many arguments
find folder2 -name '*.*' -exec mv {} folder \;
https://stackoverflow.com/questions/11942422/moving-large-number-of-files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment