screenful output

How can I display the contents of a file so that the output is shown a screenful at a time with a pause before showing the next screenful ?

Thanks

Check out the man page for "more" or "less"

Got it thanks