The pwd
command stands for – Print Working Directory
In the shell, we execute commands while staying in a directory. If we do ls
, we see the contents of that directory.
The pwd
commands outputs the absolute path of the current/working directory.
