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

describe the escaping sequence characteres in unix

Answer Posted / manoj kumar kar

Escape sequence in UNIX are used when a special character
is used as a part of a string.For Example if we need to
print "hi" then if we do
echo ""hi"" it will give the output as
hi
so we have to use escape sequence \ for printing "hi"
echo \"hi\"

Here \ is the escape sequence whuich tells " is part of the
string not a special character.

Is This Answer Correct ?    21 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I find previous commands in unix?

1252


Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?

1270


What is the use of find command in unix?

1216


hw will u use awk in replacing cahrs and files

3298


Which command will print your home directory on screen?

1154


What does touch command do in unix?

1482


Which unix command to make a new directory?

1194


Which command is used to delete all files in the current directory and all its sub-directories?

1318


What are the unix commands?

1156


What happens when we execute a unix command?

1205


Is ‘du’ a command? If so, what is its use?

1206


What does the “echo” command do?

1197


What are grep patterns?

1153


Which command is used to find whether the system is 32 bit or 64 bit?

1201


How do I search for text in vi?

1102