Jason White <[email protected]> writes:

> You could use the officially deprecated but ubiquitous `...` syntax
> rather than $(...) if you prefer.

Citation needed.

http://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_06_03

...doesn't mention deprecation (at least, I can't spot it).
I agree it's a bloody stupid thing to do, when $() has been around for
so long.

greybot> The backquote (`) is used in the old-style command
greybot> substitution, e.g. foo=`command`. The foo=$(command) syntax is
greybot> recommended instead. Backslash handling inside $() is less
greybot> surprising, and $() is easier to nest. See
greybot> http://mywiki.wooledge.org/BashFAQ/082

_______________________________________________
luv-main mailing list
[email protected]
http://lists.luv.asn.au/listinfo/luv-main

Reply via email to