Answers for "how to go back to previous directory bash"

6

how to go back to the last directory in linux

/
* File & Directory Commands *

To navigate into the root directory, use */ "cd /" /*
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 -"
Posted by: Guest on December-28-2020
5

linux command to go to the previous directory

cd -   #go to the previous directory
Posted by: Guest on December-01-2020

Code answers related to "how to go back to previous directory bash"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language