From owner-freebsd-questions Mon Mar 10 05:07:06 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id FAA19019 for questions-outgoing; Mon, 10 Mar 1997 05:07:06 -0800 (PST) Received: from f10.hotmail.com (F10.hotmail.com [207.82.250.21]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id FAA19014 for ; Mon, 10 Mar 1997 05:07:04 -0800 (PST) Received: (from root@localhost) by f10.hotmail.com (8.7.5/8.7.3) id FAA06187; Mon, 10 Mar 1997 05:06:24 -0800 (PST) Date: Mon, 10 Mar 1997 05:06:24 -0800 (PST) Message-Id: <199703101306.FAA06187@f10.hotmail.com> Received: from 137.229.17.253 by www.hotmail.com with HTTP; Mon, 10 Mar 1997 05:06:24 PST X-Originating-IP: [137.229.17.253] From: " steve howe" To: giles@nemeton.com.au Cc: questions@freebsd.org Subject: Re: expr failure Content-Type: text/plain Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk thanks very much. i played with "expr" on the command line - and find the following (i sincerely hope i'm not digging my grave here!) \ echo `expr 6 / 3` results in 2 echo `expr 6 + 3` results in 9 echo `expr 6 - 3` results in 3 echo `expr 6 % 3` results in 0 echo `expr 6 * 3` results in "expr: syntax error" \ what did i do wrong ??? (2.1.5 - sh) \ thank you very much ...