bonehead
Computer
- Jun 19, 2002
- 1
How do you get the number of files within a directory and it's sub-directories in Unix? I'm new to this and have no idea.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
prompt>ls -lR |grep -v ^'./' |grep -v ^total|grep -v ^d|grep -v ^$|wc -l