Answer Posted / 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 |
Post New Answer View All Answers
What is awk good for?
What is grep and how do you use it?
What does #!/ Bin sh do?
Explain ‘library functions’ with respect to unix commands?
What do chmod command do?
What is merge command in unix?
Who invented grep?
What is the size of time_t?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
What is the command to find maximum memory taking process on the server?
What are the differences among a system call, a library function, and a unix command?
What are filter commands in unix?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
hw will u use awk in replacing cahrs and files
What is command statement?