Created
January 3, 2024 14:34
-
-
Save ILPlais/b3d1b2f6003d390e21202ea04d7c9bfd to your computer and use it in GitHub Desktop.
Display all PDF files recursively, regardless of their extensions.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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