busybox/shell
Eric Andersen a1d187a8a8 Backtick support to infinite (memory limited) levels of nesting is
now implemented...  So now busybox shell can do cool stuff like:

    /home/andersen/CVS/busybox # echo foo `wc README` bar
    foo 71 422 2951 README bar

I love writing cool new features....  Muhahahaha...  (I think this is
leaking a little bit of memory every time it expands a backtick process,
so I still needs to do a bit of cleanup...)
 -Erik
2000-07-17 19:14:41 +00:00
..
cmdedit.c Fix some stupid memory bugs. 2000-07-14 01:13:37 +00:00
cmdedit.h Naming fix 2000-07-07 20:37:12 +00:00
lash.c Backtick support to infinite (memory limited) levels of nesting is 2000-07-17 19:14:41 +00:00