next up previous contents index
Next: Combining Files Up: List of Simple Previous: Renaming a Directory:

Displaying the Contents of a File: cat, more, etc

To display the contents of a file, use the cat   command. It simply displays the contents of a file or several files on the screen (standard output):

 
               		  cat  file.3 file.1

However, if a file has more lines than the screen, it will scroll off the screen faster than you can read it. In this case one of use the commands more, less, page or pg.




Alan Silverman
Wed Apr 12 16:54:02 METDST 1995