bug-sh-utils
[Top][All Lists]
Advanced

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

bug in seq


From: Pozsar Balazs
Subject: bug in seq
Date: Tue, 20 Nov 2001 19:12:26 +0100 (MET)

Hi,

I get the following outputs from seq, and they are obviosly contraversary:

$ seq -s ' ' .9 .03 1.5
0.9 0.93 0.96 0.99 1.02 1.05 1.08 1.11 1.14 1.17 1.2 1.23 1.26 1.29 1.32
1.35 1.38 1.41 1.44 1.47 1.5

$ seq -s ' ' .9 .03 1.2
0.9 0.93 0.96 0.99 1.02 1.05 1.08 1.11 1.14 1.17

Why isn't 1.2 written in the second run, or why 1.5 is written in the
first?

Please reply,
thanks,

Balazs Pozsar.




reply via email to

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