Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


When the shell is reading the command line what is the
difference between text enclosed between
double quotes ( ” ) and text enclosed between signal quotes
( ’ )?

Answers were Sorted based on User's Feedback



When the shell is reading the command line what is the difference between text enclosed between d..

Answer / 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

When the shell is reading the command line what is the difference between text enclosed between d..

Answer / 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

When the shell is reading the command line what is the difference between text enclosed between d..

Answer / chakri

generally,take an example double quotes (") we used in
print the data.and single quote we used for(') for

Is This Answer Correct ?    4 Yes 2 No

Post New Answer

More Unix Commands Interview Questions

How do I run a whois command?

0 Answers  


How to display no of records in oracle using unix command?

0 Answers  


How do you know about running processes of a particular user?

11 Answers  


Write a command that will output the sorted contents of a file named in.txt and place the output in another file named out.txt, while at the same time excluding duplicate entries.

1 Answers  


what is the difference between commmands cmp and diff?

9 Answers   iNautix,


Is grep faster than awk?

0 Answers  


What does the “echo” command do?

0 Answers  


use of ls command

9 Answers  


What is "type" command in unix?what is the functionality??

2 Answers  


which command is used to stop a running process in unix?

8 Answers  


Which command is used to kill the last background job?

0 Answers  


how unix kernel distinguishes between a normal file and device file ?

7 Answers   Google, IBM, McAfee, Vodafone,


Categories