Search Results

Search: Posts Made By: cskumar
11,429
Posted By cskumar
CONDITIONS="1=CT,2=US_10,3=CT_US_10" awk -v...
CONDITIONS="1=CT,2=US_10,3=CT_US_10"

awk -v CONDITION="${CONDITIONS}" -F, '
BEGIN {
c=split(CONDITION, cons, ",");
for (i=1; i<=c; i++) {
split(cons[i], cs, "=");
field=lookup(cs[1]);...
1,066
Posted By cskumar
Thanks
:) Thanks..It worked perfectly
Showing results 1 to 2 of 2

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