Skip to content

Instantly share code, notes, and snippets.

@lukin0110
Created January 10, 2019 00:12
Show Gist options
  • Save lukin0110/d49cd67a92b15a99b28fc62247bf84f3 to your computer and use it in GitHub Desktop.
Save lukin0110/d49cd67a92b15a99b28fc62247bf84f3 to your computer and use it in GitHub Desktop.
Number of files in a directory
find . -type f | wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment