Answers for "terminal command to go back a directory"

6

how to step back in the path in temrinal

cd ~ or cd -
Posted by: Guest on March-04-2020
7

return to previous directory terminal

cd -
Posted by: Guest on August-21-2020
2

how to go back one directory in git bash

To navigate to your home directory, use "cd" or "cd ~"
To navigate up one directory level, use "cd .."
To navigate to the previous directory (or back), use "cd -"
To navigate into the root directory, use "cd /"
Posted by: Guest on August-26-2020
0

ubuntu navigate to directory in windows

cd /mnt/e/username/folder1/folder2
Posted by: Guest on August-29-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language