» Linux » Examen sur Linux » Examen 201 : Advanced Administration » Section 2 » Question 13/20
13.Using command substitution, how would you display the value of the present working directory?

echo $(pwd)
echo pwd
$pwd
pwd | echo

Explanation
« Question 12 Question 14 »