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 is the search command in unix?
What is difference between grep and find command in unix?
Who command in unix operating system?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
What is command substitution?
Who wrote grep?
How to use grep command to list find the records of a file containing 10 different strings?
Why is it called a shebang?
What is the use of the command 'ls -x chapter[1-5]' ?
How do I clear my terminal history?
How do I open a port?
Explain command to display different lines that are found when compare two files?
why metadb requires a seperate slice to create Solaris volume manager
What do chgrp command do?
Can you enlist some commonly used network commands?