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
What are awk commands?
What are the unix commands?
What do chmod command do?
What is the command to find maximum memory taking process on the server?
What does this command do,"$more readme.txt“?
How do you grep recursively?
How do I clear my terminal history?
How does the system know where one command ends and another begins?
What command is used to switching between users in unix?
Which command is used to kill the last background job?
What does the command '$ls | wc –l > file1' do?
Explain ‘library functions’ with respect to unix commands?
What are some command words?
Is it inbetween or in between?
Using unix command how to display no of records in oracle?