pwd

Pwd – Printing Working Directory

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}”

Answer: AC

Leave a Reply