snippetbashTip
pwd — In PowerShell, this command is an alias of `Get-Location`. However, this command is not available on
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 cdView documentation for the original PowerShell command:
tldr get-locationCode Snippets
View documentation for the equivalent Command Prompt command
tldr cdView documentation for the original PowerShell command
tldr get-locationContext
tldr-pages: windows/pwd
Revisions (0)
No revisions yet.