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...


In shell scripting if text is surrounded by single quotes
what does it denotes?

Answers were Sorted based on User's Feedback



In shell scripting if text is surrounded by single quotes what does it denotes?..

Answer / anushre

it means there is no command substitution or shell
interpretation inside the quoted text

Is This Answer Correct ?    4 Yes 0 No

In shell scripting if text is surrounded by single quotes what does it denotes?..

Answer / guest

All characters enclosed between a pair of single quote
marks(''), except a single quote, are quoted by the
shell. Backslash has no special meaning inside a pair of
single quotes.

'\n' "\n"

Inside double quote command substitution and filename
generation takes place

Is This Answer Correct ?    3 Yes 1 No

In shell scripting if text is surrounded by single quotes what does it denotes?..

Answer / satchi

'Single Quote' preserves all special characters within
STRING. like when we use \a \b \t inside the string in
shell script.

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Shell Script Interview Questions

how to delete all the files with extension .dat rom a directory tree from root to third level in a single unix command?

4 Answers  


write a shell script that accepts name from user and creates a directory by the path name, then creates a text file in that directory and stores in it, the data accepted from user till STOP, displays the no. of characters stored in the file.Program stops if directory name is null

1 Answers  


What is the syntax of "grep" command?

4 Answers  


How to include comments in your shell scripts?

3 Answers  


What is path in shell script?

0 Answers  


how do you write sql queries using shell script for eg:- we have databae table like EMPNO,ENAME,SAL,DEPTNO columns in EMP table how you display EMPNO,SAL FIELDS from emp in SHELL SCRIPT please explain with an example

4 Answers  


What is awk in shell scripting?

0 Answers  


Write a shell script to get current date, time, user name and current working directory.

0 Answers  


c program which accept one argument as a directory name and prints all the file name along with its inode number and total count of the file in directory

1 Answers  


What are scripts in psychology?

0 Answers  


What is a shell script in windows?

0 Answers  


How do I open the shell prompt?

0 Answers  


Categories