logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git 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