From owner-freebsd-questions@FreeBSD.ORG Thu Sep 30 19:05:09 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDDE816A4CE for ; Thu, 30 Sep 2004 19:05:08 +0000 (GMT) Received: from mx1.mail.ru (mx1.mail.ru [194.67.23.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F35943D2F for ; Thu, 30 Sep 2004 19:05:08 +0000 (GMT) (envelope-from infofarmer@mail.ru) Received: from [83.237.13.52] (port=4709 helo=SATPC) by mx1.mail.ru with smtp id 1CD6El-000Ic6-00 for freebsd-questions@freebsd.org; Thu, 30 Sep 2004 23:05:07 +0400 Message-ID: <000601c4a720$99264270$4611a8c0@SATPC> From: "Andrew" To: Date: Thu, 30 Sep 2004 23:06:32 +0400 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Spam: Not detected Subject: 64-bit arithmetic in scripts? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Sep 2004 19:05:09 -0000 Hi, I'm counting traffic with ipfw and shell scripts. Is there a way to use more than 32-bit numbers in shell arithmetic? Regards, Andrew P.