|
|
When the old-style backquote form of substitution is used, backslash retains its literal meaning except when followed by .BR $ , .BR ` , or .BR \ . The first backquote not preceded by a backslash terminates the command substitution. When using the $(\^command\fP\|) form, all characters between the parentheses make up the command; none are treated specially.
Command substitutions may be nested. To nest when using the backquoted form, escape the inner backquotes with backslashes.
If the substitution appears within double quotes, word splitting and pathname expansion are not performed on the results.
Web: http://shell.tjgy.com Email:support@tjgy.com