In shell scripting if text is surrounded by single quotes
what does it denotes?
Answer Posted / anushre
it means there is no command substitution or shell
interpretation inside the quoted text
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How are shells born?
How does ls command work?
What are the different commands available to check the disk usage?
Why is the use of shell script?
What exactly is a shell?
What is difference between bash and shell?
What is the use of break command?
Can we run shell script in windows?
What is shell variable?
Print a given number, in reverse order using a shell script such that the input is provided using command line argument only.
How do I open the shell in cmd?
c program the catches the ctrl-c(SIGINT) Signal for the first time and prints a output rather and exit on pressing Ctrl-C again
What is shell and terminal?
Explain about stdin, stdout and stderr?
How will you copy a file from one machine to other?