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 do I search for a file in unix command?
Will rm -r* removes hidden files?
How to convert a hidden file to normal visible file?
What do chmod, chown, chgrp commands do?
How to copy multiple files and directories into some other directory?
What is ctrl d?
How to rename files and folders?
what is the difference between relative path and absolute path?
How to setup Disk space as well as memory in solaris10?
Which command will you use to change the permissions on file?
Can you explain a little bit about command substitution?
What do you mean by zambie process?