Skip to content

Instantly share code, notes, and snippets.

@maliMirkec
Created November 3, 2015 07:38
Show Gist options
  • Save maliMirkec/78416f08d946ad7ed771 to your computer and use it in GitHub Desktop.
Save maliMirkec/78416f08d946ad7ed771 to your computer and use it in GitHub Desktop.
Count nubmer of files in folder
// Count nubmer of files in folder
find FOLDER_NAME -type f | wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment