[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: expr weirdness



On Wed, 9 Feb 2005 00:51:42 +0200
andras.lorincz@gmail.com wrote:

> Why does expr give me "syntax error" message when I'm trying to do a
> simple  thing like this:
> 
> expr 2 * 3

Probably because its interpreting the * as a file glob, and not a
multiplication.

Try enclosing in quotes ' '

H.



Reply to: