Q.1.
Which of the following option is used with a set for debugging shell scripts?
Q.2.
Suppose x =then what will be the value of x$x$?
Q.3.
Given x=then, x$x$ == $x$x.
Q.4.
A shell script stopped running when we change its name. Why?
Q.5.
Where is the exit status of a command stored?
Q.6.
Which of the following is false?
Q.7.
test statement cannot ______
Q.8.
____ option is used with a test for checking if the file exists and has the size greater than zero.
Q.9.
Every time shift command is used, the leftmost variable is lost.