[EnglishFrontPage] [TitleIndex] [WordIndex

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

`...` is the legacy syntax required by only the very oldest of non-POSIX-compatible bourne-shells. There are several reasons to always prefer the $(...) syntax:

Important differences

Other advantages

See also:


2012-07-01 04:05