/ Published in: Bash

Count number of files in a directory
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
ls -Ral | grep '-' -c
Comments
