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 the different hardwares available?
How does the user view the contents of a text file in UNIX?
How to find the files that are accessed before 10 minutes?
What is the different between UNIX command and UNIX shell script?
What is used to type command?
Who wrote grep?
what is the command to get help on a UNIX terminal?
What Is the command to change a file's creation time. means one file is created at the time 15:19 then time should br changed to 14:14
How do you change your account's password?
What command a user use to view a long text file one page at a time in UNIX?
What does the md command do?
What is nr in awk command?