Skip to content

Instantly share code, notes, and snippets.

@marcusdb
Last active July 11, 2016 19:00
Show Gist options
  • Select an option

  • Save marcusdb/1515d92de93a3f12958bc38559b44b65 to your computer and use it in GitHub Desktop.

Select an option

Save marcusdb/1515d92de93a3f12958bc38559b44b65 to your computer and use it in GitHub Desktop.
rm lots of files
find . -name "*.pdf" -print0 | xargs -0 rm
find . -name "*.req" -print0 | xargs -0 -I file mv file ../
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment