10998 shaares
392 private links
392 private links
I really enjoy the explanation on how to use pushd and popd to navigate between directories.
After pushd, it is possible de navigate through cd ~n with n the index of the path in the stack.
cd - to return to the previous path :)