Search Results

Search: Posts Made By: SilvesterJ
6,692
Posted By shamrock
awk '{ if ($0 ~ "^ +.*2010-06-09.*$") { ...
awk '{
if ($0 ~ "^
+.*2010-06-09.*$") {
if (f) print s
s = f = 0
} if ($0 ~ "ERROR") f = 1
s = s ? s "\n" $0 : $0
}' file


Some posts have been moved to a new...
Showing results 1 to 1 of 1

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