Search Results

Search: Posts Made By: G.SANDHYA
1,728
Posted By G.SANDHYA
hi all Iam trying to use eval function in...
hi all

Iam trying to use eval function in unix scripting
#!/bin/ksh
function evalval {

rate=$(( $1 * $2 ) * (1 -( 100 * $3)))
eval [$rate]
}
evalval $*
echo $rate

...
Showing results 1 to 1 of 1

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