Print the current working directory
| PWD | Show the working directory |
example:
# Change to the examples directory >> cd "/usr/local/genie/examples" >> pwd /usr/local/genie/examples
![]()
Print the current working directory if called as a keyword command or return the directory as a string if called as a function.
RESULT (String)
String giving the current working directory.