1.

POSIX recommends the use of ____ instead of archaic `command ` for command substitution.(a) |(b) #(c) %(d) $The question was asked in examination.My question is based upon Command Substitution and Shell Variables topic in division The Shell of Unix

Answer»

Right answer is (d) $

Explanation: POSIX recommends the use of the form $(command) instead of archaic `command` for command SUBSTITUTION. For example, to display the DATE USING command substitution use the FOLLOWING command:



Discussion

No Comment Found

Related InterviewSolutions