PWD Command - Determine Current Directory | Online Free DevTools by Hexmos
Determine current directory with the PWD command. Find the absolute path of your present working directory across various systems. Free online tool, no registration required.
pwd
In PowerShell, this command is an alias of
Get-Location
. However, this command is not available on the Command Prompt (cmd
). Usecd
instead for similar functionality.
- View documentation for the equivalent Command Prompt command:
tldr cd
- View documentation for the original PowerShell command:
tldr get-location