![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| 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 07:16 AM |
| passing values from sql to shell script | sachin.gangadha | Shell Programming and Scripting | 3 | 04-23-2008 12:11 AM |
| primary-secondary sync problem | mbannout | UNIX for Advanced & Expert Users | 0 | 04-15-2008 06:52 AM |
| Passing Values from a shell script | dhananjaysk | Shell Programming and Scripting | 6 | 04-06-2006 10:33 AM |
| Passing Parameters and getting values back from a c program to Shell script | Rajeshsu | High Level Programming | 5 | 08-22-2005 04:12 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | 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 |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|