GNU bug report logs - #17058
seq 8.20: wrong first delimiter character with defined separator

Previous Next

Package: coreutils;

Reported by: Eugene Bright <hexumg <at> gmail.com>

Date: Fri, 21 Mar 2014 15:48:01 UTC

Severity: normal

Merged with 13227, 13493, 14584, 15869

Done: Pádraig Brady <P <at> draigBrady.com>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Eugene Bright <hexumg <at> gmail.com>
To: bug-coreutils <at> gnu.org
Subject: seq 8.20: wrong first delimiter character with defined separator
Date: Fri, 21 Mar 2014 14:28:35 +0400
[Message part 1 (text/plain, inline)]
To whom it may concern.

I hava an issue with seq util.
First delimiter character is new line character in case of any separator.

For exapmle:
seq -s '|'  1 5
1
2|3|4|5|

Version information:
seq --version
seq (GNU coreutils) 8.20

seq version 5.97 produce expected result:
seq -s '|' 1 5
1|2|3|4|5

Regards,
Eugene Bright.
[Message part 2 (text/html, inline)]

This bug report was last modified 11 years and 65 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.