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 do know about tee command and its usage?
What do know about tee command?
Are you in or at the office?
What command is used to check the current users?
How do I search a whole word in vim?
What is the unix command to confirm a remote host is alive or not?
What is .sh file?
What is {} in find command?
Explain command to show the space allocation of files?
What is ctrl d?
What is pipe command in unix?
What happens when we execute a unix command?
What is the behavioural difference between cmp and diff commands?
Differentiate cat command from more command.
Which command will print your home directory on screen?