[ELDK] echo -e (busybox)
Giuseppe Modugno
g.modugno at elettronika.it
Tue Jul 1 16:04:47 CEST 2008
On 1 Jul 2008 at 12:35, Detlev Zundel wrote:
> Configuration of busybox? The "-e" and "-n" support is
> configurable.
I'm using the busybox binary in the SELF package of arm-2007-01-
21.iso (ELDK 4.1). I'm not sure about configuration of busybox.
> Actually I just verified this with an ELDK-4.2 ramdisk:
>
> ~ # echo -e "test\ntest"
> test
> test
> ~ #
>
> So what version of the ELDK SELF are you referring to?
busybox-arm_trg-1.3.0-1.arm.rpm as inside arm-2007-01-27.iso ELDK 4.1
I notice another thing:
root:/flnand/www/cgi-bin> echo -e "hello\nworld"
hellonworld
root:/flnand/www/cgi-bin> echo -e 'hello\nworld'
hello
world
If I use double quotes, -e option doesn't work. If I use single
quote, it works. Could it be a issure related to the shell?
More information about the eldk
mailing list