When the shell is reading the command line what is the
difference between text enclosed between
double quotes ( ” ) and text enclosed between signal quotes
( ’ )?
Answer Posted / div
When the test in included in double quotes ("") it is
called as weak quotes. If the text is a variable the $text
within the quotes will give the resolved value.
In case if single quotes ('') i.e. Strong quotes, the text
is printed as it is even if it is states as $text.
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
Which unix command to make a new directory?
What is the use of cut command in unix?
Is grep faster than awk?
How do I use grep to search for a file?
what is the advaantage of each user having its own copy of the shell?
How do I open a port?
What does find command return in unix?
What does sed command do in unix?
Explain ‘system calls’ with respect to unix commands?
Who command in unix operating system?
How do I delete files from command prompt?
What is {} in find command?
How do I search a whole word in vim?
Name the unix command to find how many days the server has been up.
What do chown command do?