what are special characters and explain how does text
varies by the usage of single quotes,double quotes and back
quotes?
Answer Posted / bichitra kumar
Special character like %,$,&,? are taken differently in
unix as they have some different meaning and use.
backslash (\) is used to mask the special meaning of these
special character immidietly following it.
example is grep 'hello\.gif' file
Here \ is used to mask . as it will show the hidden file in
unix directory.
Double Quotes( "" )-- Anything enclose in double quotes
removed meaning of that characters (except \ and $).
example: %echo "Today is date"
Today is date
Single quotes( '' )--Enclosed in single quotes remains
unchanged.
Back quote( `` )--To execute command
%echo "Today is `date`"
Today is Mon Aug 11 05:33:46 EDT 2008
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Is scripting and coding the same thing?
Print the 10th line without using tail and head command.
What is shell application?
c program which behaves like a shell(command interpreter). it has its own prompt say "NewShell$".any normal shell command is executed from your shell by starting a child process to execute a system program corrosponding to the command
Which is better perl or shell scripting?
How to check if a directory exists?
is this growing field and what is average package in this?
What is shift command in shell script?
Write a script to print the first 10 elements of fibonacci series.
How important is shell scripting?
How can you get the value of pi till a 100 decimal places?
How do you create a shortcut in linux?
What is the difference between grep and egrep?
madhar chod unix ke 10 commands dhang se likh nahi sakta hai
What is a command line shell?