HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

pwd — In PowerShell, this command is an alias of `Get-Location`. However, this command is not available on

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandpwdthisclipowershellaliasget
windows

Problem

How to use the pwd command: 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.

Solution

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

Code Snippets

View documentation for the equivalent Command Prompt command

tldr cd

View documentation for the original PowerShell command

tldr get-location

Context

tldr-pages: windows/pwd

Revisions (0)

No revisions yet.