In shell scripting if text is surrounded by single quotes
what does it denotes?
Answer Posted / guest
All characters enclosed between a pair of single quote
marks(''), except a single quote, are quoted by the
shell. Backslash has no special meaning inside a pair of
single quotes.
'\n' "\n"
Inside double quote command substitution and filename
generation takes place
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Write the syntax for "if" conditionals in linux?
What is the default ubuntu terminal?
How do I read a .sh file?
What is a shell script in windows?
i have 2 tables 4 colums table 1 respective values a1 6, a2 8,a3 9,a4 14 & table 2 respective values a1 6, a2 8, a3 9, a4 12. if compare 2 tables 3 colums values same then 4th column values 1)Qes diff >5 then (5 * diff value ) 2)Qes diff <5 the 5 3)Qes diff 5 then 5 print respective values..
Where are cowrie shells found?
How to check if a directory exists?
How can we find the process name from its process id?
What is an sh file?
What can scripts do?
How to set an array in linux?
How do I run a bin bash script?
What does $$ mean in shell script?
how to print the matrix form of 2-d, 3-d arrays in unix c shell scripts ?
How do I open the shell in cmd?