![]() |
|
|
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 |
| passing a variables value from the called script to calling script using ksh | rajarkumar | Shell Programming and Scripting | 10 | 12-23-2008 02:51 AM |
| calling a script from a level above where the script resides | SummitElse | UNIX for Advanced & Expert Users | 2 | 10-26-2007 10:27 AM |
| calling a script from another | madhu_aqua14 | UNIX for Dummies Questions & Answers | 2 | 02-27-2007 07:16 AM |
| Box A's perl script calling box B's shell script | new2ss | Shell Programming and Scripting | 1 | 09-13-2006 07:17 AM |
| calling dos2unix on shell script from within the script | vino | Shell Programming and Scripting | 4 | 04-08-2005 04:38 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
calling script
Hi all,
The scenario is: 1. I created a script called hello 2. i created another script called blah which meant to use "hello" script. How do i do it? e.g. "blah" script #!/bin/sh test = /home/blah/hello echo "please enter name" read name test $name is it correct ? or i should put ./test $name instead? |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|