On Mon, Feb 28, 2000 at 08:49:11PM -0800, Beavis wrote: > sometimes i try to read the help files, but they come down to fast > > how do you pause the scrolling text? > > the pause/ break button doesn't seem to respond > i know this is a dumb question, but maybe somebody will get a good laugh!
$ <command> -h | less That is, pipe the output of the command help to the pager less. You can also use the pager more if you don't have less (oh, and there's most as well!). -- +----------------------------------------------------+ | Eric G. Miller egm2@jps.net | | GnuPG public key: http://www.jps.net/egm2/gpg.asc | +----------------------------------------------------+