Question
Consider the single quotes and the double quotes when they are used as escaping characters on the UNIX Bourne shell. Which one of the following
Consider the single quotes and the double quotes when they are used as escaping characters on the UNIX Bourne shell. Which one of the following statements is the most appropriate?
Double quotes permit using $ to evaluate a shell variable and using back-quote for command substitution.
1Single quotes do not permit using $ to evaluate a shell variable but allow using back-quote for command substitution.
2Double quotes permit using $ to evaluate a shell variable but does not allow using back-quote for command substitution.
3Single quotes permit using $ to evaluate a shell variable and using back-quote for command substitution.
4None of the other answers to this question are correct.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started