Search Results

Search: Posts Made By: gksenthilkumar
2,299
Posted By MadeInGermany
Thanks Chubler, you certainly spent much time in...
Thanks Chubler, you certainly spent much time in this.
I saw some trailing spaces in the given input files ... for robustness you should add a line
{sub("[ \r]+$","")}
just after the line
BEGIN {...
2,299
Posted By Chubler_XL
How about this using awk, note the inputfile is a...
How about this using awk, note the inputfile is a tab separated text file matching you posted input.

awk -F'\t' '
BEGIN { printf "SELECT ROW_KEY_COL,\nCASE\n" }
$8 ~ "[ZN]" {
if($8=="Z")...
Showing results 1 to 2 of 2

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