From owner-freebsd-current Wed Aug 6 14:45:55 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA21990 for current-outgoing; Wed, 6 Aug 1997 14:45:55 -0700 (PDT) Received: from sumatra.americantv.com (sumatra.americantv.com [207.170.17.37]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA21980 for ; Wed, 6 Aug 1997 14:45:43 -0700 (PDT) Received: from right.PCS (right.PCS [148.105.10.31]) by sumatra.americantv.com (8.8.5/8.8.5) with ESMTP id QAA24622; Wed, 6 Aug 1997 16:54:56 -0500 (CDT) Received: (jlemon@localhost) by right.PCS (8.6.13/8.6.4) id QAA24253; Wed, 6 Aug 1997 16:46:48 -0500 Message-ID: <19970806164647.46100@right.PCS> Date: Wed, 6 Aug 1997 16:46:47 -0500 From: Jonathan Lemon To: Alex Cc: current@FreeBSD.ORG Subject: Re: canonical issue wrt DMA & wd/wdc References: <19970806161810.08502@scsn.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.61.1 In-Reply-To: ; from Alex on Aug 08, 1997 at 02:05:02PM -0700 Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Aug 08, 1997 at 02:05:02PM -0700, Alex wrote: > With all this talk about adding hex numbers, where could I find a small > command line hex calculator? or would bash/sh/tcsh/csh/ksh/ash have one > built in? Use 'dc'. Start it up, then enter 16o, 16i, to set base 16 output/input. -- Jonathan