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 |
How to open a Database using Unix Command Please Do Reply
Give a regular expression that finds two things, try to come up with regular expressions that find each individually using "egrep" command?
How to display a file name which has zero bytes in size.
What is the difference between pipe (|) and tee command in unix
What are awk commands?
Write a command to kill the last background job?
How to find and replace the below command?
What are grep patterns?
Suppose 1000 processes are running on the system out of those if you have to show only certain process ids which command will you use?
what are the differences between CUI and GUI interfaces?
52 Answers College School Exams Tests, HCL, HP, IBM, IBMR, NIIT, Talco, Wipro,
what are processor execution levels and priorities?
what does the 'tee' command do?