/ Published in: Bash
count .htm or .html files in the directory.
use ls and grep command.
use ls and grep command.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
ls -R | grep -c '.htm'