Fork me on GitHub
#off-topic
<
2016-03-24
>
borkdude13:03:57

What's the difference between echo dirname and echo $(dirname)

cky14:03:08

I always use $() and avoid backticks because the latter does not nest nicely.