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 does mkdir up2date; touch outdated up2date do?
What is the difference between a hard link and a soft link in Unix?
what are filters?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
What is grep r?
what is the default permission for /etc/shadow file in UNIX
Who command in unix operating system?
in UNIX ,What is the command to view contents of a large error log file?
How do I search for text in vi?
who to change the duplex setting of network interface in command line
What is Unix, and how does it differ from other operating systems?
distinguish between user mode and kernel mode?