[BusyBox] echo -e problem

Manuel Novoa III mjn3 at codepoet.org
Mon Aug 2 17:31:50 UTC 2004


On Mon, Aug 02, 2004 at 07:25:32PM +0200, Jan Setzer wrote:
> > Escape sequence processing was broken in rc2.  Should be fixed in
> > current cvs.
> 
> echo -e "\n" 			ok.
> echo -e "\315\030\030"		ok.
> 
> echo -e "\xCD\x18"	Íx18	not ok.
> 
> Maybe someone can have a look on it.

$ /tmp/busybox echo -e "\xCD\x18" | hexdump -C
00000000  cd 18 0a                                          |...|

Works fine here.  Don't know why you're seeing a problem.

Manuel



More information about the busybox mailing list