[BusyBox] ash >& error

Vladimir N. Oleynik dzo at simtreas.ru
Mon Jul 1 03:30:03 UTC 2002


Alejandro,

> but i got a big problem :\
> # ls >& /tmp/ls.txt
> Syntax error: Bad fd number

ash not support simplify modern syntax.
You can use instead of such sh-standart syntax:

$ ls > /tmp/ls.txt 2>&1


--w
vodz



More information about the busybox mailing list