Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Doesn't seem to support backquotes? For example

    for x in `ls ~/foo`; do echo $x; done
doesn't yield anything remotely interesting.


New style subshells aren't supported (yet) either:

   for x in $(ls ~/foo); do echo $x; done




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: