2010-03-07

avram: (Default)
2010-03-07 08:19 pm
Entry tags:

Numeric string conversion

Are there any standard Unix command-line programs for converting number-like strings into numbers, and vice-versa? For example, converting…

  • 1,000,000.00
  • 1000000
  • 1e6
  • 1 * 10^6

…easily into one-another?