I just pushd, popd, dirs all the time. 'dirs -v' is very handy
navigating the stack. I put and alias in ~/.bashrc: alias dirs='dirs -v' [0:root@c3po public_html]$ dirs 0 /home/webmaster/public_html 1 ~/config/apache 2 ~/config/network 3 ~/config/dhcp To change to the 3rd directory, pushd +3 To remove the 2nd directory without changing the current directory, popd +2 Bill On 1/23/2019 8:01 AM, GianPiero Puccioni wrote: On 23/01/2019 07:55, ToddAndMargo via users wrote: |
_______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx 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@xxxxxxxxxxxxxxxxxxxxxxx