I have a shell script that displays drive information, but there is too much information to fit on one screen, so I have to run it with "| more". Is there any way of modifying the script itself so that it displays only one screenful at a time without the "| more"?