Hello,
I think that seq is not behaving correctly on this input:
seq -w 9 0.5 10

I obtain the output:
9.0
9.5
10.0

While I think I should obtain:
09.0
09.5
10.0

Version of coreutils on my system is 6.10, I know it is not the most
recent version, but I've no succes on compiling the most recent version.
But I made diff of source codes of both versions and I saw no
difference, so I think this bug is probably still unresolved.

Samuel

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Bug-coreutils mailing list
Bug-coreutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to