On 23/01/2019 07:55, ToddAndMargo via users wrote:
Hi All,

I just discovered this.  To cd back to the previous directory

      cd  -

What a time saver!

-T

There is also a more powerful tool:

pushd DIR   cd to DIR and push olddir on a stack
popd       cd to the DIR on top of stack and removes it
dirs       list the stack

So you can do several "pushd" and go back trough them with popd
(each have options, look them up...)

G
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org

Reply via email to