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 are file commands?
Describe the zip/unzip command using gzip.
How can we use grep command in unix?
What do you mean by zambie process?
what is the function of grep command?
How can you create a symbolic link to a file or directory?
What is difference between grep and find command in unix?
why unix commands can be divided into internal and external commands?
Which command is used to create a directory?
what are the different commands used to view the contents of a file?
How would you change all occurrences of a value using VI?
What are file permissions in Unix, and how are they represented?