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 do you debug a script?
What happens on a system call?
What is sed in shell script?
What is a scripting language simple definition?
What are script files?
How will you copy a file from one machine to other?
Which shell is the best?
What lives in a shell?
How do I run a script on mac?
What is shell environment?
What is path variable bash?
Why are shell scripts used?
how to get part of string variable with echo command only?
Write down the syntax of "for " loop
c program the catches the ctrl-c(SIGINT) Signal for the first time and prints a output rather and exit on pressing Ctrl-C again