pwd
Print the current working directory path. Shows the full path of where you are in the file system.
Primary Syntax
$ pwd
#
Example Usage
pwd
# Output: /home/user/documents#
Quick Tips
• Use man pwd to read the full manual
• Add --help flag for quick options reference
• Combine with | less for paginated output
Submitted by: admin
Added: 2/9/2026