[Bug 1161073] Re: coreutils: seq puts the separator on wrong spot!

Rolf Leggewie 1161073 at bugs.launchpad.net
Tue Feb 11 16:04:55 UTC 2014


"not as described" = does not affect trusty

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to coreutils in Ubuntu.
https://bugs.launchpad.net/bugs/1161073

Title:
  coreutils: seq puts the separator on wrong spot!

Status in “coreutils” package in Ubuntu:
  Fix Released

Bug description:
  $ seq -s,  5

  Expected: 1,2,3,4,5
  Got: 1\n2,3,4,5,

  (\n denotes a newline)

  Also note the extreme difference between outputs of these
  $ seq -s ',' 5
  1\n2,3,4,5,

  $ seq -s ', ' 5
  1, 2, 3, 4, 5\n

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/coreutils/+bug/1161073/+subscriptions



More information about the foundations-bugs mailing list