Viewing contents of ASCII text files (configuration files and shell scripts)

cat filename View the file filename, all at once
less filename View the file filename, one page at a time
more filename View the file filename, one page at a time (use if less is unavailable)





Matt Disney 2005-09-14