Mercurial > pdfconcat
annotate 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 (2013-08-29) |
parents | 8f7e68d54c6d |
children |
rev | line source |
---|---|
0
8f7e68d54c6d
initial commit: should be already usable
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
1 #!/bin/sh |
8f7e68d54c6d
initial commit: should be already usable
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
2 # |
8f7e68d54c6d
initial commit: should be already usable
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
3 # sum up the usage by month |
8f7e68d54c6d
initial commit: should be already usable
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
4 |
8f7e68d54c6d
initial commit: should be already usable
markus schnalke <meillo@marmaro.de>
parents:
diff
changeset
|
5 sed 's,^\[\(....-..\).*,\1,' "$@" | uniq -c |