Use this linux shell command to Display output one screen at a time

so lets say when i send the ls command, there is a lot of information and it runs out of the screen, what you can do is pipe the more into the command that way you can press the space bar or the return key to view more and it doesn run all the informaion in one screen

ls | more