LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Extended 'cd -'. (https://www.linuxquestions.org/questions/linux-newbie-8/extended-%27cd-%27-845007/)

stf92 11-18-2010 02:22 AM

Extended 'cd -'.
 
Hi:

I want to cycle between three directories, always in the same virtual console (VT). Just the case of 'cd -' but with three dirs instead of two dirs. Can this be done by simple means? Any hint will be welcome. Thanks for reading.

acid_kewpie 11-18-2010 02:28 AM

Always the same dirs? just use alias

alias d1="cd /var/bob/monkey"
alias d2="cd /var/bob/giraffe"
alias d3="cd /var/bob/moose"

stf92 11-18-2010 08:42 AM

Thanks so much.


All times are GMT -5. The time now is 04:38 PM.