Skip to content

Instantly share code, notes, and snippets.

@IchHabRecht
Created August 21, 2013 20:21
Show Gist options
  • Save IchHabRecht/6299702 to your computer and use it in GitHub Desktop.
Save IchHabRecht/6299702 to your computer and use it in GitHub Desktop.
[Bash] Count files found by find
find -type f -name *.pdf | wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment