1.

Which of the following meta-character is used in command substitution?(a) `(b) ‘(c) “(d) >The question was posed to me in class test.This intriguing question originated from Command Substitution and Shell Variables in portion The Shell of Unix

Answer»

Correct CHOICE is (a) `

The explanation is: When SCANNING the command line, the SHELL looks for another metacharacter i.e. ` (the backquote) usually placed on the top-left of our keyboard, and it should not be CONFUSED with a single quote (‘).



Discussion

No Comment Found

Related InterviewSolutions