wrong output of command /usr/bin/seq
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| coreutils (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Bug Description
The command seq return wrong output when parameter -s is used
$ seq --help
...
-s, --separator=STRING use STRING to separate numbers (default: \n)
...
Example:
On Ubuntu (wrong):
$ /usr/bin/seq -s , 10
1
2,3,4,5,6,7,8,9,10,
On Debian (all right):
$ /usr/bin/seq -s , 10
1,2,3,4,
More info:
$ lsb_release -rd
Description: Ubuntu 13.04
Release: 13.04
$ dpkg -l coreutils
ii coreutils 8.20-3ubuntu5 amd64 GNU core utilities
ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: coreutils 8.20-3ubuntu5
ProcVersionSign
Uname: Linux 3.8.0-19-generic x86_64
NonfreeKernelMo
ApportVersion: 2.9.2-0ubuntu8
Architecture: amd64
Date: Mon May 13 14:27:36 2013
MarkForUpload: True
SourcePackage: coreutils
UpgradeStatus: Upgraded to raring on 2013-04-26 (16 days ago)

... unfortunately again, not fixed ..
$ seq -s , 1 10
1
2,3,4,5,6,7,8,9,10,
$ lsb_release -rd
Description: Ubuntu 13.10
Release: 13.10
$ dpkg -l coreutils
ii coreutils 8.20-3ubuntu5 amd64 GNU core utilities