GNU bug report logs - #8202
seq bug

Previous Next

Package: coreutils;

Reported by: Vit Bartunek <vit.bartunek <at> miton.cz>

Date: Tue, 8 Mar 2011 13:25:02 UTC

Severity: normal

Tags: notabug

Done: Pádraig Brady <P <at> draigBrady.com>

Bug is archived. No further changes may be made.

Full log


Message #8 received at 8202 <at> debbugs.gnu.org (full text, mbox):

From: Eric Blake <eblake <at> redhat.com>
To: Vit Bartunek <vit.bartunek <at> miton.cz>
Cc: 8202 <at> debbugs.gnu.org, sysadmin <at> miton.cz
Subject: Re: bug#8202: seq bug
Date: Tue, 08 Mar 2011 08:04:32 -0700
[Message part 1 (text/plain, inline)]
On 03/08/2011 04:03 AM, Vit Bartunek wrote:
> Hi there,
> 
> seq parametr -w (--equal-width) is not working 
> 
> Trying to execute command bellow, the parametr seems to be ignored.
> seq --equal-width 1 0 99

Thanks for the report.  However, I cannot reproduce it:

$ seq -w 1 0 99 | head
01
01
01
01
01
01
01
01
01
01

And even if I correct the argument order (I assume you wanted to go from
0 to 99, not on an infinite loop of step size 0 with the value of 1 and
width of 99):

$ seq -w 0 1 99
00
01
02
...
98
99

That said, you didn't say what actual output you got, so you may still
have a valid report - I'm leaving this open for a few days longer in
case you can provide any more details confirming that this is a bug and
not user error.

> Version     : 5.97                              Vendor: CentOS

Also, that may be your problem.  That version is several years old; the
latest stable version is 8.10, with several fixes to seq in the meantime.

-- 
Eric Blake   eblake <at> redhat.com    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

[signature.asc (application/pgp-signature, attachment)]

This bug report was last modified 14 years and 115 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.