Search Results

Search: Posts Made By: PowerPaul
3,096
Posted By PowerPaul
Here you go: #!/bin/bash # short arguments ...
Here you go:
#!/bin/bash
# short arguments
while getopts ":a:b:" OPTION
do
case $OPTION in
a)
PARAM1=$OPTARG
echo short PARAM1 set to...
Showing results 1 to 1 of 1

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