Pages

Wednesday, April 11, 2007

Full calendar display in command line prompt

Via LifeHacker, Cool trick an old time IT Jack like me love. Type the below line in command prompt. Sorry for the duplicate. You got yourself this full calendar display. Cool! Huh! (Link)



(cal -y tr '\n' '' sed "s/^/ /;s/$/ /;s/ $(date +%e) / $(date +%e sed 's/./#/g') /$(date +%m sed s/^0//)" tr '' '\n' )

No comments: