Hacker News new | ask | show | jobs
by 0942v8653 3781 days ago
Huh? Does sh have "$()"? I thought we had to use backticks for POSIX-only environments.
1 comments

Yes, POSIX sh has $(): 2.6.3 Command Substitution (http://pubs.opengroup.org/onlinepubs/009695399/utilities/xcu...)