describe the escaping sequence characteres in unix
Answer / 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 |
what is the use of ls -l command & what is the information it gives about user ?
What is pipe command in unix?
How do you move or rename a file or directory?
Which command should you use to find the remaining disk space in unix server?
Which command is used to find whether the system is 32 bit or 64 bit?
What is in grep command?
why unix operating system provides more security than other operating systems?
how to change a normal file into hidden file
Which unix command to make a new directory?
What is the difference between AWK and SED commands? Plz give example and explain...
what is the advaantage of each user having its own copy of the shell?
0 Answers BMC, CNS, DELL, Infosys,
How to get the operating system's information in unix?