GNU bug report logs - #15869
Bug in seq command --separator option

Previous Next

Package: coreutils;

Reported by: James Bowlin <bitjam <at> gmail.com>

Date: Tue, 12 Nov 2013 08:15:01 UTC

Severity: normal

Merged with 13227, 13493, 14584, 17058

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

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: James Bowlin <bitjam <at> gmail.com>
To: 15869 <at> debbugs.gnu.org
Subject: bug#15869: Bug in seq command --separator option
Date: Tue, 12 Nov 2013 01:01:12 -0700
I'm using seq from the coreutils-8.20 package on Gentoo Linux.

Here is the incorrect output

    $ seq -s, 1 5
    1
    2,3,4,5,%

The newline comes after the "1" instead of after the "5".  The "%"
indicates the lack of a newline.  A comma is lacking after the "1"
and an extra comma was added after the "5".

Here is the correct output from the busybox seq:

   $ busybox seq -s, 1 5
   1,2,3,4,5


Peace, James





This bug report was last modified 11 years and 118 days ago.

Previous Next


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