Last updated
Was this helpful?
Last updated
Was this helpful?
Lets say you have a file with a LOT of lines, when using the command cat
to read it on your terminal screen, you don't know where to start reading and you automatically scroll back up.
when piping the command cat <file>
to the tool ; more
or less
, you will see that it is way easier to manage / read these files in the terminal.
Be sure to understand the command first