Skip to content

Instantly share code, notes, and snippets.

@robhoare
Last active August 29, 2015 14:19
Show Gist options
  • Save robhoare/e454c4dadd89432d9f66 to your computer and use it in GitHub Desktop.
Save robhoare/e454c4dadd89432d9f66 to your computer and use it in GitHub Desktop.
Count all files in a directory and it's subdirectories

finfo

Copy finfo to /usr/bin/finfo then chmod +x finfo

finfo then counts the files in the current directory, or the directory specified, and all the directories below it.

ls -R -1 $1 | wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment