Search Results

Search: Posts Made By: nv186000
939
Posted By RudiC
How about awk ' # ...
How about
awk '
# {gsub (/\r/, _)
# }
match ($0, /tableName:[^,]*/) {printf "Analyze Table %s ", substr ($0,...
2,310
Posted By RudiC
How about (tested on linux with mawk 1.3.3) ...
How about (tested on linux with mawk 1.3.3)
awk -F\| '
{TMP[$2] = TMP[$2] FA[$2] $1
FA[$2] = FS
}
END {CH[1] = 97
for (t in TMP) {n = split (TMP[t], T)
...
Showing results 1 to 2 of 2

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