Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



Question
In linux, in bash scripting, the purpose of the ' charactor (single quote charactor) is to protect the enclosed text from [...] .
Answer
the shell
^^ e.g. if you want to do echo '$1000' and not have to escape the special shell meaning of $

Question
In linux, in bash scripting, the purpose of the ' charactor (single quote charactor) is to protect the enclosed text from [...] .
Answer
?

Question
In linux, in bash scripting, the purpose of the ' charactor (single quote charactor) is to protect the enclosed text from [...] .
Answer
the shell
^^ e.g. if you want to do echo '$1000' and not have to escape the special shell meaning of $
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 ac

Summary

statusnot learnedmeasured difficulty37% [default]last interval [days]               
repetition number in this series0memorised 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.