Hi all, I noticed that -e option of echo utility inside busybox that comes with SELF package doesn't work. root:~> echo -e "hello\nworld" hellonworld On my Ubuntu Linux box: user at ubuntu704desktop:~/temp/tmp$ echo -e "hello\nworld" hello world Could anyone suggest me the reason?