Search Results

Search: Posts Made By: aravindc
15,102
Posted By aravindc
Print variable of a variable
Hi,

I'm trying the following:


code_0_0=1001
code_0_1=Test1
code_1_0=1002
code_1_1=Test1

x=1001

while [ $i -le 1 && $x -ne $code_$i_0 ]
do
i=`expr i + 1`
done

echo The Value...
2,242
Posted By aravindc
Check records for errors
Hi,

I need to check a flatfile for various parameters like length of the record, format of record, any tab character present in the record etc.,
for checking presence of tab character, i'm trying...
Showing results 1 to 2 of 2

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