Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



Question

What do the linux command below do ?

$ cd -

Answer

Another useful shortcut with cd is to just type cd - to go to the previous directory.

paul@debian8$ pwd /home/paul
paul@debian8$ cd /etc paul@debian8$ pwd /etc
paul@debian8$ cd - /home/paul
paul@debian8$ cd - /etc

Question

What do the linux command below do ?

$ cd -

Answer
?

Question

What do the linux command below do ?

$ cd -

Answer

Another useful shortcut with cd is to just type cd - to go to the previous directory.

paul@debian8$ pwd /home/paul
paul@debian8$ cd /etc paul@debian8$ pwd /etc
paul@debian8$ cd - /home/paul
paul@debian8$ cd - /etc
If you want to change selection, open document below and click on "Move attachment"

Chapter 8. working with directories
/share/games paul@debian8$ cd .. paul@debian8$ pwd /usr/share To stay in the current directory, type cd . ;-) We will see useful use of the . character representing the current directory later. <span>cd - Another useful shortcut with cd is to just type cd - to go to the previous directory. paul@debian8$ pwd /home/paul paul@debian8$ cd /etc paul@debian8$ pwd /etc paul@debian8$ cd - /home/paul paul@debian8$ cd - /etc absolute and relative paths You should be aware of absolute and relative paths in the file tree. When you type a path starting with a slash (/), then the root of the file tree is assume

Summary

statusnot learnedmeasured difficulty37% [default]last interval [days]               
repetition number in this series0memorised on               scheduled repetition               
scheduled repetition interval               last repetition or drill

Details

No repetitions


Discussion

Do you want to join discussion? Click here to log in or create user.