Skip to content

Instantly share code, notes, and snippets.

@monnoval
Created June 2, 2014 09:10
Show Gist options
  • Save monnoval/3d1430c1a9d710105676 to your computer and use it in GitHub Desktop.
Save monnoval/3d1430c1a9d710105676 to your computer and use it in GitHub Desktop.
Count files in a directory using the command line
ls -R | grep .html$ | wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment