Search Results

Search: Posts Made By: rvijay80
26,663
Posted By rvijay80
Thank you. I could retrieve the parameter value...
Thank you. I could retrieve the parameter value using the piece of code below.

while getopts c: option
do
case $option in
c)
Config_File=$OPTARG
...
26,663
Posted By rvijay80
call shell script with named parameters
Could someone help me to call a shell script with named parameters.
I mean

Callscript .sh -c someconfigfile.txt
or
callscript.sh -config someconfigfile.txt

inside the script how can I...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 09:17 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy