bug-coreutils
[Top][All Lists]
Advanced

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

bug#21030: Fwd: seq -w switch error


From: Paul Eggert
Subject: bug#21030: Fwd: seq -w switch error
Date: Sat, 11 Jul 2015 00:32:51 -0700
User-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.7.0

On 07/10/2015 09:29 AM, E. Victor wrote:
The switch -w in the ""seq"" command does NOT work
for numbers over 999999

Also

seq -w 1000000000 output  as 9.9e+008  NOT as 1000000000

I don't observe either problem with coreutils8.24 built for Ubuntu 12.04 x86. For example:

$ src/seq -w 999999990 1000000000
0999999990
0999999991
0999999992
0999999993
0999999994
0999999995
0999999996
0999999997
0999999998
0999999999
1000000000

Perhaps you're using an older coreutils release? If so, you might try upgrading.





reply via email to

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