Hi Can anyone help me with this. Im new to doing scripts. Thanks
I am writing a simple script to cd to another directory. But the directory does not change after running the script. How can i make the directory change after running the script?
operator@tiger013s% pwd
/export/home/tiger013s/operator
operator@tiger013s% more sample
#!/bin/csh
cd /home/local_summary
operator@tiger013s% sample
operator@tiger013s% pwd
/export/home/tiger013s/operator -> i want to be in /home/local_summary