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.

-- 
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.

=================================================================
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]

Reply via email to