view bin/monthly-stats @ 1:6ea97e3f7cb5 default tip

ignore log and upload, because they change in a live setup
author markus schnalke <meillo@marmaro.de>
date Thu, 29 Aug 2013 13:59:09 +0200
parents 8f7e68d54c6d
children
line wrap: on
line source

#!/bin/sh
#
# sum up the usage by month

sed 's,^\[\(....-..\).*,\1,' "$@" | uniq -c