Skip to content

Instantly share code, notes, and snippets.

@anistark
Created February 4, 2016 07:40
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 anistark/0a7c97237c50a9f9516f to your computer and use it in GitHub Desktop.
Save anistark/0a7c97237c50a9f9516f to your computer and use it in GitHub Desktop.
Ubuntu Tips n Tricks
find . -maxdepth 1 -name "*.pdf" -print0 | xargs -0 rm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment