meillo@0: #!/bin/sh meillo@0: # meillo@0: # sum up the usage by month meillo@0: meillo@0: sed 's,^\[\(....-..\).*,\1,' "$@" | uniq -c