This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Welcome to my Gist Page where we'll learn Basic Linux Commands | |
## pwd | |
It is used to know which directory you are in, you can use it and it gives us the absolute path. | |
``` | |
pwd | |
``` |