![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | 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 and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to launch a script from the emacs minibuffer? | vero_81 | UNIX for Dummies Questions & Answers | 0 | 06-10-2009 05:22 AM |
| launch vnc session from unix shell script | a1_win | Shell Programming and Scripting | 0 | 06-05-2009 02:27 PM |
| Creation of a script to launch several programs | j.middlefinger | UNIX for Dummies Questions & Answers | 3 | 02-18-2008 04:09 PM |
| How to launch a Csh shell script using Excel Macro ? | Raynon | Shell Programming and Scripting | 1 | 11-08-2006 12:22 PM |
| Script to launch terminal window? | omerta | SUN Solaris | 5 | 06-30-2005 05:48 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
if you make the script executable you can launch it from it's own directory like this:
./SCRIPT.sh if you put its directory in your PATH, you can launch it from anywhere like this: SCRIPT.sh If you want to launch it like this: SCRIPT you have to rename it (and it's directory has to be in the PATH): mv SCRIPT.sh SCRIPT |
![]() |
| Bookmarks |
| Tags |
| bash, launch, script |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|