In shell scripting if text is surrounded by single quotes
what does it denotes?
Answer Posted / satchi
'Single Quote' preserves all special characters within
STRING. like when we use \a \b \t inside the string in
shell script.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is a batch file used for?
How many fields are present in a crontab file and what does each field specify?
What is wc in shell script?
What is bash coding?
Why is it called a shell?
What is shell variable?
Explain about "s" permission bit in a file?
Can shell script run on windows?
What is the significance of the shebang line in shell scripting?
How can we find the process name from its process id?
Why do we use shell scripting?
What is inside a seashell?
What is the syntax of "nested if statement" in shell scripting?
What is the meaning of $1 in shell script?
How to print pid of the current shell?