
May 25th, 2004, 02:57 PM
|
|
Contributing User
|
|
Join Date: May 2004
Posts: 65
Time spent in forums: 14 h 56 m 53 sec
Reputation Power: 4
|
|
how to remote access variables values
Hi i'm new programmer with C shell scripts, and i have small problem, and need your help:
My problem is that i have two scripts, the first one is like a config file (<filename.cf>) and it contain many parameters values(were entered previously) and the second one is the main one <script.sh> and i need to read this parameters values from the first one to a specific variables in the second one by using this call method..
<script.sh> -f <filename.cf> ,so how i can do it and please if you have a small example...with all due thanks
|