Problem Statement
Which command prints the current working directory path?
Explanation
The pwd command stands for 'print working directory'. It displays the full absolute path of your current location in the file system.
It is useful for verifying where your script or command is being executed.
Code Solution
SolutionRead Only
pwd
Practice Sets
This question appears in the following practice sets: