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
How will you copy a file from one machine to other?
Which is better perl or shell scripting?
How to use arguments in a script?
What is the use of .sh file?
What are the different types of shell scripting?
c program to implement unix/linux command to block the signal ctrl-c and ctrl-\ signal during the execution ls -l|wc -l
Why are there shells on the beach?
I want to monitor a continuously updating log file, what command can be used to most efficiently achieve this?
What is the syntax of "nested if statement" in shell scripting?
What is shell prompt?
What is the use of "$?" Sign in shell script?
Why is it called a shell?
How does shell scripting work?
How to find all the files modified in less than 3 days and save the record in a text file?
What are script files?