Files
misc/shell_scripts/logs_monthly_stats
Fabien Benetou 3f827825ca fixed year typo
2011-07-17 15:29:11 +02:00

4 lines
153 B
Bash
Executable File

#! /usr/bin/env bash
wc -l 20{09,10,11}-* | grep -v total | sed "s/ 2010.*//" | sed "s/ 2009.*//" | sed "s/ 2011.*//" > monthly_lines.data
gnuplot *.plt