Skip to content

Instantly share code, notes, and snippets.

@singularitti
Created September 4, 2023 22:30
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 singularitti/3f82ccad5f405d48b39e773f7ae3b927 to your computer and use it in GitHub Desktop.
Save singularitti/3f82ccad5f405d48b39e773f7ae3b927 to your computer and use it in GitHub Desktop.
Delete PDF files under a directory and its subdirectories #Shell #file
find <path> -type f -name "*.pdf" -exec trash {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment