Search Results

Search: Posts Made By: sekhar.lsb
1,298
Posted By Scrutinizer
Hi, try something like: awk ' { ...
Hi, try something like:

awk '
{
Rec[$1]=$0
Col3[$3]
Next[$1]=$3
}

END {
for(i in Rec) # find first record
if(!(i in Col3))
break
...
1,272
Posted By Corona688
Handling XML is not trivial, but we get asked for...
Handling XML is not trivial, but we get asked for it a lot, and I have a script for the purpose:

# yanx.awk v0.0.9, Tyler Montbriand, 2019. Yet another noncompliant XML parser...
Showing results 1 to 2 of 2

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