Hacker News new | ask | show | jobs
by thomasjames 2953 days ago
Backticks are very error prone $(cat foo.txt) is much more explicit and visually clearer for command substitution.
2 comments

And this way also allows nesting.
fish forces you to use braces. (Even without the dollar sign.)