Search Results

Search: Posts Made By: Don Cragun
2,746
Posted By Don Cragun
Your description is rather confusing, I think the...
Your description is rather confusing, I think the following may come closer to doing what you want:
awk '
NR == 1 {
next
}
NR % 6 == 2 && /found expected header/ ||
NR % 6 == 3 && /found...
Showing results 1 to 1 of 1

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