Cat displays file contents. If the file is large the contents scroll off the screen before we view it. So command 'more' is like a pager which displays the contents page by page.
cat displays files cotents.if the file is large the contents scroll off the screen before we view it. so commad 'more' is like a pager which displays the contents page by page.
cat command is used to create a file.at a same time it is also used to display the contents. when we use cat only apart of it filling the screen can b seen.so on using more command we can see all the contents may b upto 30 lines
Displays the content of the file at a time > overwrite >> append -n : Proceeds with the line numbers output with each line -b : Same as ?n but omits the line numbers for blank lines -u : The output is not buffered -s : cat is silent about the non-existing files