![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| My script is not running | manna | UNIX for Dummies Questions & Answers | 8 | 01-05-2008 12:11 PM |
| Running KSH script In SFU | ilak1008 | Windows & DOS: Issues & Discussions | 2 | 05-23-2007 11:17 PM |
| when running my script below | vbslim | Shell Programming and Scripting | 5 | 01-03-2006 08:11 PM |
| running a script? | jtredway | UNIX for Dummies Questions & Answers | 2 | 09-11-2001 08:08 PM |
| Running a script from CDE... | kristy | UNIX for Dummies Questions & Answers | 4 | 09-05-2001 07:33 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
running cd from a script
is there anyway to change directories in a script and have it actually work?
when u put something like cd /var/tmp in a script named runner. when u run that runner script, the current directory is still what it is. it doesn't change to /var/tmp. what can be done about this? |
| Forum Sponsor | ||
|
|
|
|||
|
what is the mean by placing a dot before the script name, when I am learning the shell, I found only if you put dot before the script name, or those command such as ' export variable ' in the shell file would not take effect?
Thanks |