( sz | 2017. 05. 21., v – 14:08 )

Bash manpage a következőket írja a command substitution különböző szintaktikáival kapcsolatban:

When the old-style backquote form of substitution is used, backslash retains its literal meaning except when followed by $, `, or \. The first backquote not preceded by a backslash terminates the command substitution. When using the $(command) form, all characters between the parentheses make up the command; none are treated specially.