![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Passing the values to the secondary script when it invoked by primary script | venu_eie | Shell Programming and Scripting | 1 | 07-03-2008 03:16 AM |
| passing values from sql to shell script | sachin.gangadha | Shell Programming and Scripting | 3 | 04-22-2008 08:11 PM |
| primary-secondary sync problem | mbannout | UNIX for Advanced & Expert Users | 0 | 04-15-2008 02:52 AM |
| Passing Values from a shell script | dhananjaysk | Shell Programming and Scripting | 6 | 04-06-2006 06:33 AM |
| Passing Parameters and getting values back from a c program to Shell script | Rajeshsu | High Level Programming | 5 | 08-22-2005 12:12 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Passing the values to the secondary script when it invoked by primary script
Hi,
When I invoke a script s1.sh it will call an another script s2.sh by itself. This script s2.sh will call some java files, so while running the script it asks for a file name to be processed. Which we can see in the screen. The file name to be processed is present in script s1.sh Now I need this script s1.sh to give the file name on the screen so that script s2.sh will pick up that and continue the process. Below are the details how does it works. /users/venu> sh s1.sh --script 2 is called-- Enter ur file name: In the above statement 'Enter ur file name:' is asked by script 2 which is called internally by script 1. Please any one tell me how to process the file name which is there in script s1 to the sxpected place 'Enter ur file name:'. Regards Venu |
| Forum Sponsor | ||
|
|
|
||||
|
duplicate post of
Passing the values to the secondary script when it invoked by primary script please try to avoid multiole posting. Cheers |