1
0
mirror of https://github.com/jbranchaud/til synced 2026-07-05 17:00:17 +00:00
Files
til/unix/check-the-current-working-directory.md
T

155 B

Check The Current Working Directory

Use

$ pwd

to display the absolute path of the current working directory.

See man pwd for more details.