Gentoo Archives: gentoo-user

From: Andres Buehlmann <tastas@×××.net>
To: gentoo-user@l.g.o
Subject: [gentoo-user] "seq --equal-width" not working
Date: Thu, 07 Dec 2006 11:05:03
Message-Id: 20061207120013.b86ebf22.tastas@gmx.net
1 Hi
2
3 I found a problem using seq (from coreutils):
4 With version 6.4, I get:
5
6 seq -w 0 0.25 1
7 0
8 0.25
9 0.5
10 0.75
11 1
12
13 I.e., zero padding (with decimals) doesn't work.
14
15
16 However, with the older version 5.94, I get as expected:
17
18 seq -w 0 0.25 1
19 0.00
20 0.25
21 0.50
22 0.75
23 1.00
24
25 Can anybody confirm this? Am I missing something or is it simply a bug
26 in the newer version?
27
28 Thanks
29 Andres
30
31 --
32 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] "seq --equal-width" not working Daniel Iliev <danny@××××××××.com>
Re: [gentoo-user] "seq --equal-width" not working Peter Ruskin <peter.ruskin@×××××××××.com>
Re: [gentoo-user] "seq --equal-width" not working Etaoin Shrdlu <shrdlu@×××××××××××××.org>
Re: [gentoo-user] "seq --equal-width" not working Alan McKinnon <alan@××××××××××××××××.za>