What will the result when we evaluate this statement?
$ directory=’pwd’=`pwd`
$ directory=’pwd’=`pwd`
A. output of pwd command along with string pwd=
B. undefined output
C. erroneous
D. directory variable will hold string pwd
Answer: Option A
Join The Discussion