[NBLUG/talk] Shell Script

Scott Doty scott at sonic.net
Sun Mar 7 12:56:01 PST 2004


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



More information about the talk mailing list