
cd
List of commands for cd:
-
cd:ai:958a2 Changes directory to the folder named 'saurabh'$ cd /saurabhtry on your machineexplain this command
-
cd:ai:9cc05 Change directory to the images directory$ cd imagestry on your machineexplain this command
-
cd:tldr:3e828 cd: Go up to the parent of the current directory.$ cd ..try on your machineexplain this command
-
cd:tldr:6865a cd: Go to the home directory of the current user.$ cdtry on your machineexplain this command
-
cd:tldr:a4484 cd: Go to the home directory of the specified user.$ cd ~${username}try on your machineexplain this command
-
cd:tldr:dbec1 cd: Go to the specified directory.$ cd ${path-to-directory}try on your machineexplain this command
-
cd:tldr:e3483 cd: Go to a specific directory in a different [d]rive.$ cd /d ${C}:${path\to\directory}try on your machineexplain this command
-
cd:tldr:fd1a8 cd: Go to the previously chosen directory.$ cd -try on your machineexplain this command