Monday, October 27, 2008

Adding a calender to your BASH login script

You milage may vary, but on CentOS 5.2 I edited my .bash_profile to contain the line:
cal `date +"%m"` `date +"%Y"`
This put a nice looking calendar on my screen when I logged in vi ssh.  A small addition but handy non the less.

No comments: