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 awk good for?
Enumerate some of the most commonly used network commands in unix?
Which command can you use to find the currently running process in unix server?
How do I use nslookup?
What is ctrl d?
What is difference between grep and find command in unix?
How do I search for text in vi?
How to find $ai_serual resolved path by using unix
What is the use of cut command in unix?
Explain mount and unmount command.
How do I delete files from command prompt?
How do I search a whole word in vim?
How can you see the command line history?
What is merge command in unix?
What is the use of sed command in unix?