Today I suddenly want to know how many posts I posted in the past year. I used the following commands:
1 | user@user-ubuntu:~/octopress$ ls source/_posts/2012* | wc -l |
This gives me the overall sight of what I have posted during the past years. A more intuitive view created by using gem “googlechart“ to generate a bar chart:
1 | require 'gchart' |
Then you can get a bar chart like below: