On Sun, Mar 07, 2004 at 12:31:08PM -0800, E Frank Ball wrote: > On Sun, Mar 07, 2004 at 10:53:25AM -0800, Ian Sutherland wrote: > } How would you write a shell script to display a long list of all command > } line arguments, one screenful at a time. > > > ls /usr/bin /usr/X11R6/bin | less Perhaps he means arguments, such as: echo $* | less ? -Scott