Everything in UNIX is either a file or a process. `% cat file1.xx` (concatenate) show the content of the file on the screen `% less file1.xx` show one page of the file on the screen at a time, press ...
This copy of tutorial is originated from here. There are 8 simple tutorials which cover the basics of UNIX / Linux commands. You may check out this repo and view it on your local machine.