bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug in seq?


From: Thomas Graf
Subject: bug in seq?
Date: Wed, 21 Mar 2007 02:00:42 +0100
User-agent: Thunderbird 1.5 (X11/20051025)

description: seperator string with null bytes gives different outputs

$ seq -s"" 1 5
112131415
$ seq -s "" 1 5
12345

it looks strang for me.

regards
Thomas




reply via email to

[Prev in Thread] Current Thread [Next in Thread]