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 command is used to copy files?
What is the use of tee command?
What is the difference between cat command and more command?
How do you grep a case insensitive?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
What is a command and examples?
What is grep short for?
How do I search a whole word in vim?
What is ‘ps’ command for?
What are the general commands in using unix os for a beginner?
What is the pipe command?
What is the behavioural difference between cmp and diff commands?
What does this command do,"$more readme.txt“?
What is the use of cut command in unix?
What is a bash command?