Re: expr multiplication
[email protected] (Bob Proulx) Fri, 16 Jan 2004 21:01:11 -0700
| Newsgroups | gmane.comp.gnu.sh-utils.bugs |
|---|---|
| Message-ID | <[email protected]> |
Jim Meyering wrote:
> Use one of these instead:
>
> expr 2 \* 2
>
> expr '2 * 2'
Oops. A typo for sure. I am sure you meant this instead:
expr 2 '*' 2
Bob