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 grep command in unix with examples?
What command is used to check the current users?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
Which command is used to find whether the system is 32 bit or 64 bit?
How do I run a bash script?
What does grep v grep do?
Who command in unix operating system?
What are the differences among a system call, a library function, and a unix command?
Which command is used to create a directory?
How do you grep a case insensitive?
Why is awk called awk?
What will the following command do?
What does the command ' $who | sort –logfile > newfile' do?
What is the use of sed command in unix?