help-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Sort by bash loop command and/or sort


From: Greg Wooledge
Subject: Re: Sort by bash loop command and/or sort
Date: Sat, 15 May 2021 22:38:17 -0400

On Sun, May 16, 2021 at 02:30:18AM +0000, Budi wrote:
> How to sort the numbers such the exponent form numeric values or the
> numbers such these?
> 
> TABLE OF E.G
> 
> A     2.8 x 10-8
> B     3.9 x 10-7
> C      1.3 x 10-6
> D      0.6-0.9 x 10-7
> E      6 x 10-8

"D" isn't even a number.  It's either a range, or an expression involving
the subtraction of two numbers, depending on how the - is to be interpreted.

What is the *actual* goal?  What is the *real* input?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]