1.

Shell enables one or more arguments to be obtained from the standard output of another command. This feature is called _________(a) command substitution(b) argument substitution(c) shell substitution(d) kornThis question was posed to me in examination.My question is based upon Command Substitution and Shell Variables topic in division The Shell of Unix

Answer»

Correct option is (a) command substitution

Explanation: APART from a pipeline, SHELL enables connecting of two commands in ANOTHER WAY. Shell enables one or more arguments to be obtained from the standard output of another command. This feature is called command substitution. For EXAMPLE, to display output like:



Discussion

No Comment Found

Related InterviewSolutions