Search Results

Search: Posts Made By: radoulov
3,365
Posted By radoulov
nawk '/[0-9][0-9]-/ { dt = ($2" "$3) ; next }...
nawk '/[0-9][0-9]-/ {
dt = ($2" "$3) ; next }
/RESPONSE/ { gsub(/[()]/ ,"" , $3 )
if ( ( dt >= from ) && ( dt <= to ) )
print dt, "Response Code:", $3
}' from="07-04-07...
Showing results 1 to 1 of 1

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