In linux, in bash scripting, the purpose of the [...] charactor is to protect the enclosed text against whitespace seperation.
Answer
"
^^ double quotes
Question
In linux, in bash scripting, the purpose of the [...] charactor is to protect the enclosed text against whitespace seperation.
Answer
?
Question
In linux, in bash scripting, the purpose of the [...] charactor is to protect the enclosed text against whitespace seperation.
Answer
"
^^ double quotes
If you want to change selection, open document below and click on "Move attachment"
7. Shell Scripting costs $1000' instead of echo "costs $1000" . 7.11 Double-Quote Notation Double quotes " have the opposite sense of single quotes. They allow all shell interpretations to take place inside them. <span>The reason they are used at all is only to group text containing whitespace into a single word, because the shell will usually break up text along whitespace boundaries. Try, for i in "henry john mary sue" ; do echo "$i is a person" done compared to for i in henr
Summary
status
not learned
measured difficulty
37% [default]
last interval [days]
repetition number in this series
0
memorised on
scheduled repetition
scheduled repetition interval
last repetition or drill
Details
No repetitions
Discussion
Do you want to join discussion? Click here to log in or create user.