Skip to content

Instantly share code, notes, and snippets.

@zoechi
Created June 10, 2013 12:39
Show Gist options
  • Save zoechi/5748424 to your computer and use it in GitHub Desktop.
Save zoechi/5748424 to your computer and use it in GitHub Desktop.
Count files in a directory and all subdirectories
find . -type f | wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment