Skip to content

Instantly share code, notes, and snippets.

@Sejmou
Last active January 6, 2023 13:56
Show Gist options
  • Save Sejmou/4e8876239a505bb02c8587171a3b5c7a to your computer and use it in GitHub Desktop.
Save Sejmou/4e8876239a505bb02c8587171a3b5c7a to your computer and use it in GitHub Desktop.
Useful Unix commands
# Search for pattern in PDFs inside current folder (and subfolders, recursively)
pdfgrep pattern $(find -name '*.pdf' | sort)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment