snippetbashTip
chdir — This command is an alias of `cd` in Command Prompt, and subsequently `Set-Location` in PowerShell. M
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 cdView documentation for the original PowerShell command:
tldr set-locationCode Snippets
View documentation for the original Command Prompt command
tldr cdView documentation for the original PowerShell command
tldr set-locationContext
tldr-pages: windows/chdir
Revisions (0)
No revisions yet.