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

chdir — This command is an alias of `cd` in Command Prompt, and subsequently `Set-Location` in PowerShell. M

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

Problem

How to use the chdir command: This command is an alias of cd in Command Prompt, and subsequently Set-Location in PowerShell. More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/chdir>.

Solution

chdir — This command is an alias of cd in Command Prompt, and subsequently Set-Location in PowerShell. More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/chdir>.

View documentation for the original Command Prompt command:
tldr cd


View documentation for the original PowerShell command:
tldr set-location

Code Snippets

View documentation for the original Command Prompt command

tldr cd

View documentation for the original PowerShell command

tldr set-location

Context

tldr-pages: windows/chdir

Revisions (0)

No revisions yet.