bug-coreutils
[Top][All Lists]
Advanced

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

SEQ BUG


From: Patrick Amstutz
Subject: SEQ BUG
Date: Thu, 7 Jun 2007 20:34:42 +0200

Hi,

I've the following behavior with the seq function on:

Linux version 2.6.18.8-0.3-default (address@hidden) (gcc version
4.1.220061115 (prerelease) (SUSE Linux)) #1

$ echo `seq 0.0 0.1 0.8`
0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8
$ echo `seq 0.0 0.1 0.9`
0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8

Best regards,
Patrick Amstutz


reply via email to

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