Search Results

Search: Posts Made By: digiteck
4,876
Posted By digiteck
thanks...i just copied the script to another name...
thanks...i just copied the script to another name and now it works for some reason.
4,876
Posted By digiteck
ksh case problem
I'm trying to run a ksh script with a case condition to handle parameters.


#!/bin/ksh
db_start(){
*code
}
db_shut(){
*code
}

case "$1" in
up)
db_start TRNG
;;
...
Showing results 1 to 2 of 2

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