Skip to content

Instantly share code, notes, and snippets.

@neko-fire
Created August 14, 2012 13:02
Show Gist options
  • Select an option

  • Save neko-fire/3349083 to your computer and use it in GitHub Desktop.

Select an option

Save neko-fire/3349083 to your computer and use it in GitHub Desktop.
Shell: find and move file to destination
find . -name "*.pdf" -exec mv {} /workspace/pdf \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment