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

MMlosh 1161073 at bugs.launchpad.net
Fri Jul 5 19:29:53 UTC 2013


I noticed another separator issue with "seq" (also coreutils, same
version)


I tried to sort a .csv file containing the following lines by the 2nd column....
38,41,10,7
70,37,23,10

using
sort -nr -t, -k2

That happily worked in Quantal, but does only something weird in Raring.

I expect the entire coreutils package to be separator-defective. No
wonder it's stuck in debian Sid and didn't go in Jessie...

-- 
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! ; sort does not sort
  by the given field with a non-default separator

Status in “coreutils” package in Ubuntu:
  Confirmed

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