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 is the command to list files in a directory in UNIX?
What are the commands in UNIX to list the files in a Directory?
What is grep r?
How do you repeat a command in terminal?
How do you create a directory in UNIX?
what is the meaning of this command rm -rf / what will it do ?
how to make IGNITE-BACKUP in HP-UX?
What is sed awk grep?
How to remove a crontab file?
How to find the files that are accessed before 10 minutes?
what is the use of wild cards?
distinguish between interrupts and exceptions?