How to see the current directory the user is currently navigated on the Linux terminal?
Originally Published Here ๐!
To see the current directory the user is currently navigated, you can use the pwd command (aka present working directory command) on the Linux terminal.
# See the current working directory
pwd
# OUTPUT
/Users/developer
...
melvingeorge-me.hashnode.dev1 min read