logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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). Use cd instead for similar functionality.

  • View documentation for the equivalent Command Prompt command:

tldr cd

  • View documentation for the original PowerShell command:

tldr get-location

See Also