Apr 27, 2013 19:23
11 yrs ago
English term
command substitution
English to Persian (Farsi)
Other
Computers: Software
Command substitution is very commonly used in shell scripts, and you will see
it used throughout this chapter. Another commonly used metacharacter is $, used to
obtain the value of a variable, as in the command echo $PATH.
Why are ‘ and “ called strong quote and weak quote characters, respectively? In
short, because ‘ is stronger than “. That is, ‘ forces Bash to interpret all special
characters literally, while “ protects only some of Bash’s special characters from
interpretation as special characters.
it used throughout this chapter. Another commonly used metacharacter is $, used to
obtain the value of a variable, as in the command echo $PATH.
Why are ‘ and “ called strong quote and weak quote characters, respectively? In
short, because ‘ is stronger than “. That is, ‘ forces Bash to interpret all special
characters literally, while “ protects only some of Bash’s special characters from
interpretation as special characters.
Proposed translations
(Persian (Farsi))
5 | فرمان جایگزینی/جانشینی | Mina Ahmadi |
5 +1 | جایگزین کردن فرمان | Amanollah Zawari |
Proposed translations
3 mins
Selected
فرمان جایگزینی/جانشینی
--------------------------------------------------
Note added at 12 mins (2013-04-27 19:36:07 GMT)
--------------------------------------------------
also :
جانشین سازی فرمان
4 KudoZ points awarded for this answer.
+1
3 mins
Something went wrong...