1
0
mirror of https://github.com/jbranchaud/til synced 2026-07-04 00:28:23 +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.