James' website

This is a test website to try out GitHub and Git Bash

View My GitHub Profile

Using cd

28 May 2022 - jhunter

Sources

https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.management/set-location?view=powershell-7.2

Command

cd

Alias

set-location

Definition

Change the directory.

Example

cd c:/users/

image