In shell scripting if text is surrounded by single quotes
what does it denotes?
Answers were Sorted based on User's Feedback
Answer / anushre
it means there is no command substitution or shell
interpretation inside the quoted text
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / guest
All characters enclosed between a pair of single quote
marks(''), except a single quote, are quoted by the
shell. Backslash has no special meaning inside a pair of
single quotes.
'\n' "\n"
Inside double quote command substitution and filename
generation takes place
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / 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 |
What are the advantages of using shell scripts?
In shell scripting if text is surrounded by single quotes what does it denotes?
How can any user find out all information about a specific user like his default shell, real-life name, default directory, when and how long he has been using the system?
How to declare functions in unix shell script?
What is the use of break command?
Explain about echo command?
Why do we use shell scripting?
Explain about gui scripting?
Please anyone suggest atleast 2 good training institutes in Hyderabad, INDIA where i can learn unix shell scripting.
What are the disadvantages of shell scripting?
What is ms powershell?
how to separate the even and odd number generated from one file to two separate file i.e. even numbers in file1.txt and odd numbers in file2.txt