Skip to main content
4 of 4
deleted 44 characters in body
Rui F Ribeiro
  • 58k
  • 28
  • 156
  • 237

Scroll through command output without a temporary file

I am wandering if there is a way to read the full output of a command when it uses more than the screen. I am currently having to output the command into a file, and then using nano to scroll through it.

E.g. $ ls -Al /etc/ only displays the end of the output and cuts of the rest.

Krii
  • 225
  • 3
  • 12