Search Results

Search: Posts Made By: abdul2020
3,088
Posted By RudiC
Please consider a precise and detailed...
Please consider a precise and detailed specification next time, like
- tags (or field names) are reflected in the header except for the first header field that is NOT found back in the data records...
3,088
Posted By RavinderSingh13
Hello abdul2020, Could you please try...
Hello abdul2020,

Could you please try following and let me know if this helps you.

awk -F";" '{gsub(/[[:alpha:]]/,X,$0)} FNR==NR{A[$2]=A[$2]?A[$2] ORS $4 FS $5 FS $6 FS $7 FS $8 FS $9:$4 FS $5...
2,046
Posted By RudiC
Try awk ' {gsub (/[^0-9;]/, _) ...
Try awk '
{gsub (/[^0-9;]/, _)
$3 = substr ($3, 1, length ($3) - 1)
}
$3 != LAST {print "Time: " $3
print...
2,046
Posted By RavinderSingh13
Hello abdul2020, If you are not worried...
Hello abdul2020,

If you are not worried about the sequence of the time values then following may help you in same too.

awk -F"[;|,]"...
Showing results 1 to 4 of 4

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