<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
<title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
<br>
This is a funny thread' ignorance is bliss'<br>
<br>
and Ian is learning fast'<br>
<br>
--<br>
Micxz<br>
<br>
Ian Sutherland wrote:<br>
<blockquote type="cite"
cite="mid1078762232.2104.9.camel@localhost.localdomain">
<pre wrap="">This worked;         #!/bin/bash
                ls /usr/bin /usr/X11R/bin | less
Can it be done with $* or $@?
Thanks, Ian
On Sun, 2004-03-07 at 12:55, Scott Doty wrote:
</pre>
<blockquote type="cite">
<pre wrap="">On Sun, Mar 07, 2004 at 12:31:08PM -0800, E Frank Ball wrote:
</pre>
<blockquote type="cite">
<pre wrap="">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
</pre>
</blockquote>
<pre wrap="">Perhaps he means arguments, such as:
echo $* | less
?
-Scott
_______________________________________________
talk mailing list
<a class="moz-txt-link-abbreviated" href="mailto:talk@nblug.org">talk@nblug.org</a>
<a class="moz-txt-link-freetext" href="http://nblug.org/mailman/listinfo/talk">http://nblug.org/mailman/listinfo/talk</a>
</pre>
</blockquote>
<pre wrap=""><!---->
_______________________________________________
talk mailing list
<a class="moz-txt-link-abbreviated" href="mailto:talk@nblug.org">talk@nblug.org</a>
<a class="moz-txt-link-freetext" href="http://nblug.org/mailman/listinfo/talk">http://nblug.org/mailman/listinfo/talk</a>
</pre>
</blockquote>
</body>
</html>