Hi, everybody!
Is it possible to change current directory from a script?
I want to create a util for directory navigation in bash. I have created a test script that looks like the following:
#!/bin/bash
cd /home/artemb
When I execute the script from the bash shell the current directory doesn't change. Is it possible at all to change the current shell directory from a script?
Thanks,
Artem B.