/ Published in: Bash
![](/img/icon_sav.png?v3)
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'
Comments
![RSS Feed for Comments RSS Icon](/images/rss.png?v3)