Linux OS Shell Question:
Download Questions PDF

? Specifies:
a) one or more character
b) zero or more charecter
c) one character
d) None of the above

Linux Shell Interview Question
Linux Shell Interview Question

Answer:

c) one character

Download Linux Shell Interview Questions And Answers PDF

Previous QuestionNext Question
* Specifies:

a) one or more character
b) zero or more charecter
c) nothing
d) None of the above
Which variable will display the list of the positional parameters?
a) $#
b) $*
c) $?
d) $$