GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
UNITS(1) FreeBSD General Commands Manual UNITS(1)

units - conversion program

units [ -v ] [ file ]

Units converts quantities expressed in various standard scales to their equivalents in other scales. It works interactively in this fashion:

you have: inch
you want: cm

* 2.54
/ 0.393701

A quantity is specified as a multiplicative combination of units and floating point numbers. Operators have the following precedence:

+ -	add and subtract
* / × ÷	multiply and divide
catenation	multiply
² ³ ^	exponentiation
|	divide
( ... )	grouping
    

Most familiar units, abbreviations, and metric prefixes are recognized, together with a generous leavening of exotica and a few constants of nature including:

pi,π	ratio of circumference to diameter
c	speed of light  
e	charge on an electron 
g	acceleration of gravity  
force	same as g  
mole	Avogadro's number   
water	pressure head per unit height of water    
au	astronomical unit   

The is a unit of mass. Compound names are run together, e.g. British units that differ from their US counterparts are prefixed thus: Currency is denoted etc.

The complete list of units can be found in /lib/units. A file argument to units specifies a file to be used instead of /lib/units. The -v flag causes units to print its entire database.

you have: 15 pounds force/in²
you want: atm

* 1.02069
/ .97973

/lib/units

/src/cmd/units.y

Since units does only multiplicative scale changes, it can convert Kelvin to Rankine but not Centigrade to Fahrenheit.

Currency conversions are only as accurate as the last time someone updated the database.


Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.