Hi there, I wrote a little script to change to an other directory:
#!/bin/bash cd /home/ronald/scripts clear ls -l *.sh Everything goes allright except the fact that when the script is ended I'm still in /home/ronald and not in /home/ronald/scripts The scripts folder is in the PATH so I can call the script from any place. What is going wrong? Thanx in advanced Ronald. -- redhat-list mailing list unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list