Skip to content

Commit

Permalink
Updated multiple status codes example in README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
allinurl committed Sep 28, 2018
1 parent 1992ec4 commit 1d15bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ Or to parse a specific status code, e.g., 500 (Internal Server Error):

# awk '$9~/500/' access.log | goaccess -

Or multiple status codes:
Or multiple status codes, e.g., all 3xx and 5xx:

# tail -f -n +0 access.log | awk '$9~/3[0-9]{2}|5[0-9]{2}/' | goaccess -o out.html -

Expand Down

0 comments on commit 1d15bdc

Please sign in to comment.