LPI Exam Questions

Which of the following commands print the current worki…

Which of the following commands print the current working directory when using a Bash
shell? (Choose two.)

A.
echo “${PWD}”

B.
echo “${WD}”

C.
pwd

D.
printwd

E.
echo “${pwd}”