From owner-freebsd-questions Mon Mar 10 06:04:12 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA21417 for questions-outgoing; Mon, 10 Mar 1997 06:04:12 -0800 (PST) Received: from burlco-00.burlco.lib.nj.us (burlco-00.burlco.lib.nj.us [204.91.160.98]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id GAA21409 for ; Mon, 10 Mar 1997 06:04:05 -0800 (PST) Received: from localhost (rcummins@localhost) by burlco-00.burlco.lib.nj.us (8.7.5/8.6.12) with SMTP id JAA10890; Mon, 10 Mar 1997 09:04:00 -0500 (EST) Date: Mon, 10 Mar 1997 09:04:00 -0500 (EST) From: Ray Cummins Reply-To: Ray Cummins To: steve howe cc: questions@FreeBSD.ORG Subject: Re: expr failure In-Reply-To: <199703101306.FAA06187@f10.hotmail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, 10 Mar 1997, steve howe wrote: > 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 "expr: syntax error" echo `expr 6 \* 3` ???