> The problem seems to occur on every request, e.g. also on:
>
> client -a 8101 -h localhost -u karaf " feature:list " >> ~/output.txt
>
> Name                          | Version          | Installed | Repository
> | Description
> -------------------------------------------------------------------------------------------------------------------------------------------
> pax-jetty                     | 8.1.15.v20140411 | x         |
> org.ops4j.pax.web-3.1.2 | Provide Jetty engine support
> ...
> 
>
> Strange!

Nothing strange about it - it's an ANSI control sequence to reset the text
colour:

CSI n m         SGR – Select Graphic Rendition  Sets SGR parameters, including
text color. After CSI can be zero or more parameters separated with ;.
With no parameters, CSI m is treated as CSI 0 m (reset / normal)

where CSI = ESC [

:-)


Reply via email to