1.

The name of the script is stored in which special parameter?(a) Dollar 1(b) Dollar 0(c) Dollar #(d) Dollar *The question was posed to me in my homework.This interesting question is from Logical Operators and Conditional Execution topic in section Essential Shell Programming of Unix

Answer»

The correct option is (B) DOLLAR 0

The EXPLANATION is: There are some special parameters used by the shell. One of which is $0 which STORES the NAME of the program.



Discussion

No Comment Found

Related InterviewSolutions