mirror of
https://github.com/jbranchaud/til
synced 2026-01-02 22:58:01 +00:00
12 lines
155 B
Markdown
12 lines
155 B
Markdown
# Check The Current Working Directory
|
|
|
|
Use
|
|
|
|
```
|
|
$ pwd
|
|
```
|
|
|
|
to display the absolute path of the current working directory.
|
|
|
|
See `man pwd` for more details.
|