expr broken ?

Michael E. Haws michael at yonder.UUCP
Sat Aug 25 11:58:19 AEST 1990


In article <578 at lafayet.UUCP>, rob at lafayet.UUCP (Rob Freyder) writes:
> I am running SCO Xenix 386 2.3.3 ... expr gives a syntax error if you try
> to use the * operator.  example
> 
> expr 5 * 2

Just a wild guess but I suspect the '*' needs to be escaped. Try

expr 5 \* 2
-- 
Michael E. Haws             "Keep the blue side up"          w - (303) 986-2370
boulder!yonder!michael                                       h - (303) 232-0628



More information about the Comp.unix.xenix mailing list