Hi,

when ls generate no output (for example ls /empty_directory)
if --color option is used the following string are outputed:
z (not followed by newline, just this 16 bytes)
Sure, this isn't a big problem, but for example if I have the following
protocol:

100 Starting output
(ls --color output)
200 EOF

this become

100 Starting output
z200 EOF

A program seraching for a line that match the regex: ^200\ EOF
will fail.

bye
antirez

Reply via email to