Skip to content

Instantly share code, notes, and snippets.

@ILPlais
Created January 3, 2024 14:34
Show Gist options
  • Select an option

  • Save ILPlais/b3d1b2f6003d390e21202ea04d7c9bfd to your computer and use it in GitHub Desktop.

Select an option

Save ILPlais/b3d1b2f6003d390e21202ea04d7c9bfd to your computer and use it in GitHub Desktop.
Display all PDF files recursively, regardless of their extensions.
#!/bin/bash
find ./ -type f -exec file --mime {} \; | grep "application/pdf"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment