Basic implementation of cal command. Man page included. First patch
submission attempt. Is a little nonstandard.
Yearly calendar
./cal -m 1 -n 12
For a different year
./cal -m 1 -n 12 -y 2014
Print as 3x4
./cal -m 1 -n 12 -y 2014 -c 4
May start at any month
./cal -m 7 -n 12 -y 2014 -c 4
Received on Wed Jun 19 2013 - 20:22:50 CEST