In linux, in bash scripting, the purpose of the [...] charactor is to protect the enclosed text from the shell.
Answer
'
^^ single quote
Question
In linux, in bash scripting, the purpose of the [...] charactor is to protect the enclosed text from the shell.
Answer
?
Question
In linux, in bash scripting, the purpose of the [...] charactor is to protect the enclosed text from the shell.
Answer
'
^^ single quote
If you want to change selection, open document below and click on "Move attachment"
7. Shell Scripting t is the command used to invoke the current program. In the above cases, it is ./myprog.sh . Note that $0 is immune to shift operations. 7.10 Single Forward Quote Notation Single forward quotes <span>' protect the enclosed text from the shell. In other words, you can place any odd characters inside forward quotes, and the shell will treat them literally and reproduce your text exactly. For instance, you may want to echo an a
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.