Skip to content

Instantly share code, notes, and snippets.

@manjeshpv
Created September 23, 2016 15:42
Show Gist options
  • Save manjeshpv/dc368bbb98f177a6605984605dc2f9c4 to your computer and use it in GitHub Desktop.
Save manjeshpv/dc368bbb98f177a6605984605dc2f9c4 to your computer and use it in GitHub Desktop.
unix commands
# find number of files in folder recursively
find . -type f | wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment