Hacker News new | ask | show | jobs
by nailer 4578 days ago
New style subshells aren't supported (yet) either:

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