Showing posts with label cat vs more in unix. Show all posts
Showing posts with label cat vs more in unix. Show all posts

Difference between cat and more command in unix

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.