Created
June 2, 2014 09:10
-
-
Save monnoval/3d1430c1a9d710105676 to your computer and use it in GitHub Desktop.
Count files in a directory using the command line
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ls -R | grep .html$ | wc -l |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment