Y
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
schizoidboy
2953 days ago
And this way also allows nesting.
link
h1d
2952 days ago
fish forces you to use braces. (Even without the dollar sign.)
link