Andres Buehlmann wrote:
> Hi
>
> I found a problem using seq (from coreutils):
> With version 6.4, I get:
>
> seq -w 0 0.25 1
> 0
> 0.25
> 0.5
> 0.75
> 1
>
> I.e., zero padding (with decimals) doesn't work.
>
>
> However, with the older version 5.94, I get as expected:
>
> seq -w 0 0.25 1
> 0.00
> 0.25
> 0.50
> 0.75
> 1.00
>
> Can anybody confirm this? Am I missing something or is it simply a bug
> in the newer version?
>
> Thanks
> Andres
>
>   

The same here:
seq (GNU coreutils) 6.4

seq  -w 0 0.25 1
0
0,25
0,5
0,75
1


-- 
Best regards,
Daniel


-- 
gentoo-user@gentoo.org mailing list

Reply via email to