Skip to content

Instantly share code, notes, and snippets.

@vjk2005
Created July 17, 2017 16:46
Show Gist options
  • Save vjk2005/93e324807a93746695b19018915efe2c to your computer and use it in GitHub Desktop.
Save vjk2005/93e324807a93746695b19018915efe2c to your computer and use it in GitHub Desktop.
count all files in a folder including sub folders
find . -type f | wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment