1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-03 15:18:01 +00:00
Files
til/unix/check-the-current-working-directory.md

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.