/ Published in: Bash
Count number of files in a directory
Expand |
Embed | Plain Text
ls -Ral | grep '-' -c
You need to login to post a comment.
marcelodornelas on 01/28/10
1 person have marked this snippet as a favorite
Count number of files in a directory
ls -Ral | grep '-' -c
You need to login to post a comment.