Monthly Calendar by ninjalj

while read y m;do cal $m $y|sed '2d;s/^/ /;1s/ *\(...\)\w*/\1/;s/ *$//;s/_.//g;8s/.$/&\n/';done

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page