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
What happens on a system call?
What does chmod do?
Devise a script that takes file name as arguement(which must present in the current directory)and locates from your home directory tree all thpath names of its links.Then mail the list to self.
What is the default shell of solaris?
What is bash coding?
What is awk script?
Explain about non-login shell files?
What does $@ mean bash?
What is the lifespan of a variable inside a shell script?
How do I open the shell prompt?
What is echo in shell?
Write a shell script that adds two numbers if provided as the command line argument and if the two numbers are not entered throws an error message.
How will you copy a file from one machine to other?
What can scripts do?
How do we delete all blank lines in a file?