bug-coreutils
[Top][All Lists]
Advanced

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

inconsistency in seq


From: Vincent Rossetto
Subject: inconsistency in seq
Date: Wed, 12 Dec 2007 10:49:12 +0100
User-agent: Mutt/1.5.13 (2006-08-11)

Hi

I have the coreutils version 5.97.

I wonder why the behaviour of seq is different
for integer and non-integer INCREMENT.

Examples:
$ seq 10 10 30
10
20
30
$ seq 0.1 0.1 0.3
0.1
0.2
$

According to the man page, it should be the same result
namely the first example, which is correct.

Greetings,
        Vincent

-- 
Vincent Rossetto
Laboratoire de physique et modélisation de la matière condensée / CNRS Grenoble
mailto:address@hidden
phone: (+33) 4 56 38 71 35.




reply via email to

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