|
Re: Problems with echo -e "\xNNN": msg#00201linux.busybox
On Mon, Jul 28, 2003 at 02:47:13PM +0200, Steven Scholz wrote: > I just noticed a problem with "echo" in BusyBox v0.61.pre. > Unfortunatly I can't test it with a newer version. So maybe someone > could verify this on a 1.0pre: > > I did: > > ~ # echo -e "\061" > 1 > ~ # echo -e "\x31" > \x31 > > So it looks like "\xNNN" is not working. While bash's builtin echo supports hex escape sequences, the /bin/echo utility supports only octals. So this isn't a busybox problem. Manuel |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Some problems with busybox-1.0.0-pre1: 00201, Vladimir N. Oleynik |
|---|---|
| Next by Date: | Re: Problems with echo -e "\xNNN": 00201, Steven Scholz |
| Previous by Thread: | Problems with echo -e "\xNNN"i: 00201, Steven Scholz |
| Next by Thread: | Re: Problems with echo -e "\xNNN": 00201, Steven Scholz |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |