I think you want to use the internal  shell command named 'alias'. You find explanation in man bash (search for alias).<br><br>You can list your already exiting aliases with a simple 'alias' command.<br><br>I won't explain to you how to use it for your needs, it'd the part of the job that make you learn things.
<br><br>G.<br><br><div><span class="gmail_quote">On 10/22/06, <b class="gmail_sendername">OOzy Pal</b> <<a href="mailto:oozypal@gmail.com">oozypal@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
This might be a little odd.<br><br>Assume that I have 2 projects in dir<br><br>Proj1<br>Proj2<br><br>The internal structure for both dirs are:<br><br>01-Start<br>02-Mid<br>03-End<br><br>I would like to be able to type 01 (enter) to go to dir 01-Start and
<br>type 03 (enter) to go inside dir 03-End after testing which main<br>(project) dir I am in i.e. if I am in Proj1 dir then typing 01 should<br>take me to ~/Proj1/01-Start; however, if I am in Proj2 then typing 01<br>should take me to  ~/Proj2/01-Start
<br><br>--<br>OOzy<br>Kubuntu-Dapper<br><br>--<br>ubuntu-users mailing list<br><a href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com</a><br><a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users">
https://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a><br></blockquote></div><br>