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 are reported commands?
How many unix commands are there?
Explain mount and unmount command.
What difference between cmp and diff commands?
What command is used to switching between users in unix?
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
Give the command for finding the current date.
Why is it called grep?
What are the commands in UNIX to list the files in a Directory?
Differentiate cat command from more command.
Explain command to show the space allocation of files?
What does the command '$ls | wc –l > file1' do?
Write a command to kill the last background job?
What does pipe () return?
What is nr in awk command?