From owner-freebsd-questions@FreeBSD.ORG Thu Apr 29 06:02:12 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B863E106566C for ; Thu, 29 Apr 2010 06:02:12 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mail-iw0-f204.google.com (mail-iw0-f204.google.com [209.85.223.204]) by mx1.freebsd.org (Postfix) with ESMTP id 7E6108FC08 for ; Thu, 29 Apr 2010 06:02:12 +0000 (UTC) Received: by iwn42 with SMTP id 42so10766003iwn.14 for ; Wed, 28 Apr 2010 23:02:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=HT0QPArF9bjRfN4grPrGnTjxnypTLvu7iUI+oaBuu4w=; b=dvj4fSVYfWCiqjccl+FZ2EYLXTIW/EaHq5luJGTrsFj7hscfGP6rFzgkT71TojBjF8 09o+KXNXYCSxD/hGTxHQpmvZR1qwwA3hkuoL+SzK2C8fX5kg29X2V/Rs+TbLkJDyvzyw Grz2pkrjVXlBkz6IoFRWkld1/QNW1YpMlH7Ek= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=VrbhHF2exqbTsxx8PyJN52gUWMgCigreDOsQANDgLA0OtPfgLD5covWMzqFLP7ldCe cnY7gUhY+PXdYdGIdp8Cr73M1uhGOvsohifJpa//pT+CPeDfjj1ZJv0pH0++UQ2YJArD hJPICGdWClyWsSCaY0EbAIVW4SbNfpX/r8Okk= MIME-Version: 1.0 Received: by 10.231.158.143 with SMTP id f15mr1183606ibx.25.1272520880101; Wed, 28 Apr 2010 23:01:20 -0700 (PDT) Received: by 10.231.168.196 with HTTP; Wed, 28 Apr 2010 23:01:20 -0700 (PDT) In-Reply-To: References: Date: Thu, 29 Apr 2010 02:01:20 -0400 Message-ID: From: Aryeh Friedman To: Modulok Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org Subject: Re: Unit conversion program? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Apr 2010 06:02:12 -0000 units(1) On Thu, Apr 29, 2010 at 1:57 AM, Modulok wrote: > List, > > Is there a command-line program which does unit conversions between SI > and other unit forms? Perhaps something similar to Google's feature? > For example: > > =A0 =A0foo@bar> baz 41.5c to f > =A0 =A0106.7 > > =A0 =A0foo@bar> baz 190lbs to kg > =A0 =A086.1825503 > > As well as for other associated units? I could write one in python > pretty easily, but just thought I'd check before re-inventing the > wheel. > > Thanks. > -Modulok- > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" >