Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
Theriac25
on Dec 2, 2013
|
parent
|
context
|
favorite
| on:
Explain Shell
Doesn't seem to support backquotes? For example
for x in `ls ~/foo`; do echo $x; done
doesn't yield anything remotely interesting.
nailer
on Dec 2, 2013
[–]
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: