View file system disk space usage.
$ find ./ -name "*.html"
Really Useful:
$ find ./ type f -name "main.html" -exec rm {} \;
Somewhat Useful: