The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
How to pass a parameter from one Shell-script to another Shell-script
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Directory
Register
Forum Rules
FAQ
Contribute
Members List
Search
Today's Posts
Mark Forums Read
Thread
:
How to pass a parameter from one Shell-script to another Shell-script
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
09-21-2007
ghostdog74
Registered User
Join Date: Sep 2006
Posts: 1,582
use $1 in your second script to get the parameter.
ghostdog74
View Public Profile
Find all posts by ghostdog74