Search Results

Search: Posts Made By: MotAah
4,538
Posted By MotAah
Hi, thank you for the quick reply. I am...
Hi,

thank you for the quick reply. I am using the list option now which transfers the array into the awk script well. I might try the temp-file option as well as I currently running into a format...
4,538
Posted By MotAah
using an awk internal variable as parameter for an external array
Hello,

I am running a bash script under linux which first defines an CA-array like

j=0
num1=120.00
num2=10.00
until [$j -gt 5 ]
do
CA[$j]='echo $num1 + $j*$num2'
j=$[$j+1]
done
...
Showing results 1 to 2 of 2

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