[Bug 1161073] Re: coreutils: seq puts the separator on wrong spot! ; sort does not sort by the given field with a non-default separator

C de-Avillez hggdh2 at ubuntu.com
Fri Jul 5 20:00:26 UTC 2013


@MMlosh: please open a new bug for the sort issue. We track one issue
only per bug.

** Summary changed:

- coreutils: seq puts the separator on wrong spot! ; sort does not sort by the given field with a non-default separator
+ coreutils: seq puts the separator on wrong spot!

-- 
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:
  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