Skip to content

Instantly share code, notes, and snippets.

@mbigatti
Created May 13, 2015 07:39
Show Gist options
  • Save mbigatti/9fe7bcc5ab790af3e3a2 to your computer and use it in GitHub Desktop.
Save mbigatti/9fe7bcc5ab790af3e3a2 to your computer and use it in GitHub Desktop.
Count files in subdirectories
find . -type f | wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment