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
Which command is used to create a directory?
What is the first character of the output in ls l command?
Who command in unix?
What is the command to compare two files in unix?
Describe the usage and functionality of the command rm –r * in unix?
What is the difference between cat and more command?
Describe the zip/unzip command using gzip.
Name the various commands that are used for the user information in unix.
What does the command ' $who | sort –logfile > newfile' do?
What are the general commands in using unix os for a beginner?
What are filter commands in unix?
What is the difference between cat command and more command?
How do I open a port?
Explain the steps that a shell follows while processing a command.
What are some command words?