/ Published in: Bash
This command will count the number of files in the given directory and sub-directories.
Expand |
Embed | Plain Text
ls -1R /path/to/directory | wc -l
You need to login to post a comment.
This command will count the number of files in the given directory and sub-directories.
ls -1R /path/to/directory | wc -l
You need to login to post a comment.