Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 155 Bytes

check-the-current-working-directory.md

File metadata and controls

11 lines (7 loc) · 155 Bytes

Check The Current Working Directory

Use

$ pwd

to display the absolute path of the current working directory.

See man pwd for more details.