On Wed, 25 Sep 2002, Nadav Har'El wrote:
> On Wed, Sep 25, 2002, Shlomi Fish wrote about "Re: Help with a Bourne Shell Script":
> > Sometimes I do "expr 5 \> 6 > /dev/null" instead.
>
> Well, you shouldn't... Expr wasn't meant for these kinds of things, and
> you just saw how this can cause you bugs. Do "test 5 -gt 6" instead.
>
OK. You learn something new every day.
Regards,
Shlomi Fish
> --
> Nadav Har'El | Wednesday, Sep 25 2002, 19 Tishri 5763
> [EMAIL PROTECTED] |-----------------------------------------
> Phone: +972-53-245868, ICQ 13349191 |I am thinking about a new signature. Stay
> http://nadav.harel.org.il |tuned.
>
----------------------------------------------------------------------
Shlomi Fish [EMAIL PROTECTED]
Home Page: http://t2.technion.ac.il/~shlomif/
Home E-mail: [EMAIL PROTECTED]
"Let's suppose you have a table with 2^n cups..."
"Wait a second - is n a natural number?"
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]