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 / rajeev shukla
" " is generaly used to print the value of variable
and ' ' is used to print same as given text...
for ex:-
f=rajeev
echo "file name is $f"
output:- file name is rajeev.
and
echo ' file name is $f'
output:- file name is $f
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What is {} in find command?
Which unix command lists files/folders in alphabetical order?
Who command in unix?
Which command is used to restrict incoming messages?
What are grep patterns?
How do I find previous commands in unix?
What is the command to find maximum memory taking process on the server?
What are bash commands?
hw will u use awk in replacing cahrs and files
What does the “echo” command do?
Why is grep called grep?
How do I search for text in vi?
What is the use of cut command in unix?
What is sed awk grep?
What is the nmap command?