Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to go to previous directory in terminal

cd..
Comment

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 -"
Comment

linux command to go to the previous directory

cd -   #go to the previous directory
Comment

PREVIOUS NEXT
Code Example
Shell :: check gcp disk space usage 
Shell :: linux source command vs dot 
Shell :: set keyboard azerty linux 
Shell :: benchmark a network drive windows without installing 
Shell :: git compare two branches 
Shell :: creating a github repository from the cli 
Shell :: refusing to merge unrelated git 
Shell :: string to date in shell script 
Shell :: how to remove a software from linux 
Shell :: how to sort tags on git tag 
Shell :: git force lf 
Shell :: git switch 
Shell :: rstudio find out if package is installed 
Shell :: how to turn on tomcat server mac terminal 
Shell :: find file linux 
Shell :: get a loading spinner javascript 
Shell :: download docker ubuntu 
Shell :: delete file on git 
Shell :: how to stash specific file in git 
Shell :: how to install rasa in pip 
Shell :: aos animate install 
Shell :: ffmpeg add audio to image 
Shell :: current git id 
Shell :: install docker ubuntu 20 
Shell :: letsencrypt wildcard certificate certbot 
Shell :: Copy directory from local host to remote server 
Shell :: vim :qa! 
Shell :: merge branch to branch 
Shell :: instal maven in mac brew 
Shell :: bin bash header 
ADD CONTENT
Topic
Content
Source link
Name
4+4 =