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 the functionality of a top command?
Differentiate cat command from more command.
Which command is used to restrict incoming messages?
Who command in unix operating system?
What is grep in bash?
What is the general format of unix command syntax?
What do chmod command do?
What does #!/ Bin sh do?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
hw will u use awk in replacing cahrs and files
Write a command to display a file’s contents in various formats?
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)?
How do I use grep to find a file?
What happens when we execute a unix command?
What do chown command do?