Introduction
Sometimes files or command outputs are too long to fit on one screen. The tools less and more help you view this content page by page, making it easier to read without scrolling endlessly.
When you want to read a long log file without it scrolling past too fast.
When you run a command that outputs many lines and you want to see it bit by bit.
When you need to search inside a long text output interactively.
When you want to pause and resume reading a file at your own pace.
When you want to scroll backward and forward through command output.