This afternoon's challenge: seeing if I can write an awk script to parse Apache log files and split them into YYYY-MM.log files so I can create per-month HTML stats using GoAccess (which doesn't support filtering input natively so I have to pre-filter).
Bit fiddly as Apache uses three character months instead of two digits, and doesn't use the same delimiter for all fields.




🍵 