Why is $(...) preferred over `...` (backticks)?

For several reasons:

The only time backticks are preferred is when writing code for the oldest Bourne shells, which do not know about $().

BashFAQ/082 (last edited 2010-06-05 09:52:41 by p54B07555)