Return to Snippet

Revision: 22336
at January 9, 2010 20:50 by gdvickery


Initial Code
ls -1R /path/to/directory | wc -l

Initial URL


Initial Description
This command will count the number of files in the given directory and sub-directories.

Initial Title
Count the number of files in a Directory / Sub-Directories

Initial Tags
Bash, linux

Initial Language
Bash