Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

unitconv(1) [debian man page]

unitconv(1)							     XCrySDen							       unitconv(1)

NAME
unitconv - simple energy and length units converter SYNOPSIS
unitconv [unit] value unitconv [unit] expression DESCRIPTION
unitconv is a simple energy and length units converter (written in Tcl). It is a utility program of xcrysden package (http://www.xcrys- den.org/). ENERGY UNITS
The following energy units are supported. The following list contain the "unit -- description" pairs, where the unit is to be specified on the command line. au -- Hartree ry -- Rydberg ev -- eV (electron volt) kjm -- kJ/mol kj -- kJ kcalm -- kcal/mol kcal -- kcal LENGTH UNITS
The following length units are supported (usage as above): angs -- Angstrom bohr -- Bohr radius m -- meter EXAMPLES
Convert a value from eV to other energy units: unitconv ev 3.25 Calculate an expression (values in Rydberg unit) and convert to other energy units (note that expression must be quoted): unitconv ry "-103.134567 - (-240.691356 - -2*17.543471)/2" In expression also mathematical functions available in tclsh can be used. COPYRIGHT
Copyright (C) 1996--2012 Anton Kokalj This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MER- CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. XCrySDen March 9, 2012 unitconv(1)

Check Out this Related Man Page

gtk-chtheme(1)						      General Commands Manual						    gtk-chtheme(1)

NAME
gtk-chtheme - Gtk+ 2.0 theme preview and selection made slick. SYNOPSIS
gtk-chtheme DESCRIPTION
As the name suggests, this little program lets you change your Gtk+ 2.0 theme. The aim is to make theme preview and selection as slick as possible. Themes installed on the system are presented for selection and previewed on the fly. A large variety of widgets provides a com- prehensive demonstration. BUGS
The .gtkrc-2.0 parser is somewhat shaky, but this shouldn't affect anyone. AUTHORS
Aristotle Pagaltzis COPYRIGHT
Copyright (C) 2004 Aristotle Pagaltzis This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of mer- chantability or fitness for a particular purpose. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA gtk-chtheme(1)
Man Page

2 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

$((...)) and $[...] comparison

Does $((mathematical expression)) and $ mean the same? (7 Replies)
Discussion started by: proactiveaditya
7 Replies

2. Shell Programming and Scripting

remove consecutive duplicate rows

I have some data that looks like, 1 3300665.mol 3300665 5177008 102.093 2 3300665.mol 3300665 5177008 102.093 3 3294015.mol 3294015 5131552 102.114 4 3294015.mol 3294015 5131552 102.114 5 3293734.mol 3293734 5129625 104.152 6 3293734.mol ... (13 Replies)
Discussion started by: LMHmedchem
13 Replies