VIEWING THE DOTFILES FROM THE COMMAND LINE Filenames beginning with '.' are usually ignored by ls, so to even _see_ the files in this directory, you need to type ls -a at the prompt. If you just want to see dotfiles for mutt, say, type ls -a |grep "mutt" at the prompt. If you want to see dotfiles for everything except mutt, say, type ls -a |grep -v "mutt" UPDATING INDEX.HTML AND ../DOTFILES.HTML To update dotfiles.html: $ cd /sys/html/tutorials $ co -l dotfiles.html $ tree -a -H tutorials/dotfiles dotfiles > dotfiles.html $ ci -u dotfiles.html To update index.html: $ cd /sys/html/tutorials/dotfiles $ rm -f index.html $ tree -a -H /tutorials/dotfiles > index.html