Hello,

I recently installed busybox's ash to test it as a viable alternative to
bash and i discovered that it doesn't interpret brace expansion as the
tiny hush does...


could you provide an example ?

re,
  wh



With ash :

# mkdir /tmp/{a,b,c}
# ls /tmp
{a,b,c}


With hush :

# mkdir /tmp/{a,b,c}
# ls /tmp
a  b  c


Brace expansion works in hush but not in ash.

_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to