[Bug 1161073] Re: coreutils: seq puts the separator on wrong spot!
MMlosh
1161073 at bugs.launchpad.net
Fri Jul 5 20:10:33 UTC 2013
Update: The sort issue actually exists in Quantal (8.13-3.2ubuntu2) / Quantal-updates (8.13-3.2ubuntu2.1), while the seq issue does not.
It actually exists even with the coreutils from Precise. I guess that comes from a library?
I'll report a separate bug when i figure out the details
--
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