The question is as simple as stated in the title: What\'s the difference between the following two expressions?
$(...) `...`
For example, a
Using ``` is the historical syntax, POSIX has adopted the now standard ` $(...) syntax. See Section 2.6.3