Skip to content

Instantly share code, notes, and snippets.

@mlambie
Created March 31, 2011 13:47
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 mlambie/896366 to your computer and use it in GitHub Desktop.
Save mlambie/896366 to your computer and use it in GitHub Desktop.
find | xargs mv
find . -name "*.avi" -print0 | xargs -0 -I {} mv {} .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment