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 are some command words?
What is the difference between pipe (|) and tee command in unix
Explain ‘system calls’ with respect to unix commands?
what is the use of ls -l command & what is the information it gives about user ?
How do you create a file in UNIX
36 Answers Accenture, EMG, Nokia, QA, TD,
What does this command do? Cat food 1 > kitty
What do chgrp command do?
Which unix command lists files/folders in alphabetical order?
What is {} in find command?
What is the comma to show the space allocation of files?
What is grep command in unix with examples?
what is mount ,tell me about mount ,how can u use in real time project??