Listing File Contents
- cat <filename(s)>
lists the contents of each file on the screen, one after another
- head <filename>
lists the first ten lines of filename
- tail <filename>
lists the last ten lines of filename
- more <filename(s)>
lists the contents of filename, one screen full at a time
Return to Main Menu
| File Organization Menu