In shell scripting if text is surrounded by single quotes
what does it denotes?
Answer Posted / satchi
'Single Quote' preserves all special characters within
STRING. like when we use \a \b \t inside the string in
shell script.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What are "c" and "b" permission fields of a file?
Is shell scripting difficult?
What is difference between bash and shell?
Given a file find the count of lines containing the word "abc".
How to set an array in linux?
I want to monitor a continuously updating log file, what command can be used to most efficiently achieve this?
is this growing field and what is average package in this?
Using set -A write a script to print the output of the ls command in 5 columns with two spaces between each column. Pretend that ls does not have multicolumn output.
What does chmod do?
What is wc in shell script?
How do you debug a script?
Explain about shebang?
How to check if a directory exists?
What language is shell scripting?
i have 2 tables 4 colums table 1 respective values a1 6, a2 8,a3 9,a4 14 & table 2 respective values a1 6, a2 8, a3 9, a4 12. if compare 2 tables 3 colums values same then 4th column values 1)Qes diff >5 then (5 * diff value ) 2)Qes diff <5 the 5 3)Qes diff 5 then 5 print respective values..