Show calendars on the UNIX command line
Not sure why I'd ever use this, but I just ran across the UNIX cal command and I found it pretty cool. You can use it to print out calendars from the command line of a UNIX/Linux command prompt.
There are a couple of useful usages:
cal -1 will print out the current month
cal -3 will print out the prev/current/next months
cal 2009 will print out a calendar for 2009 (change to any year you want)
cal 6 2009 will print out a calendar for June 2009 (change to any month and year)
Here's what the results for cal -3 look like:
Sample output from the cal command
There are a couple of useful usages:
cal -1 will print out the current month
cal -3 will print out the prev/current/next months
cal 2009 will print out a calendar for 2009 (change to any year you want)
cal 6 2009 will print out a calendar for June 2009 (change to any month and year)
Here's what the results for cal -3 look like:
Sample output from the cal command
| Rating: | 100% positive, 2 total Votes |
| Categories: | calenders UNIX linux command line |
| Added: | on Jan 20, 2009 at 4:45 pm |
| Added By: | an anonymous user |
| Searches: | command cal unix line print |

