change shell directory from a script?

Posted by ajsie on Stack Overflow See other posts from Stack Overflow or by ajsie
Published on 2010-04-04T23:40:46Z Indexed on 2010/04/04 23:43 UTC
Read the original article Hit count: 174

Filed under:
|

i want to make a script (to) that makes it easier for me to enter folders.

so eg. if i type "to apache" i want it to change the current directory to /etc/apache2.

however, when i use the "cd" command inside the script, it seems like it changes the path WITHIN the script, so the path in the shell has not changed.

how could i make this work?

© Stack Overflow or respective owner

Related posts about bash

Related posts about linux