Search Results

Search: Posts Made By: xtechkid
12,916
Posted By bartus11
gzcat logfile.gz | nawk...
gzcat logfile.gz | nawk '/appleInc2232.*ISSessionValidated=N/{i++}END{print i}' RS=":"
12,916
Posted By shamrock
nawk nawk... [n]awk...
nawk nawk...
[n]awk '{FS=/appleInc2232.*ISSessionValidated=N/}END{print NF-1}' file
12,916
Posted By bartus11
Try: nawk...
Try: nawk '/appleInc2232.*ISSessionValidated=N/{i++}END{print i}' RS=":" logfile
12,916
Posted By bartus11
You can start with this: perl -0072 -ne...
You can start with this: perl -0072 -ne '/appleInc2232.*ISSessionValidated=N/s && $i++;END{print "$i\n"}' logfile
Showing results 1 to 4 of 4

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