Creating a simple blank monthly calendar to print in Linux

From My Big Bad Wiki

Jump to: navigation, search

Remind is a command line based tool. Running the following command creates a blank calendar for the month/year entered as a Postscript file in my home directory. Then I can just open it and print it.

Install Remind

  • Ubuntu
sudo apt-get install remind
  • Arch Linux
sudo pacman -S remind

Run the following command, changing the 3 letter month and year to get the calendar you want.

remind -p1 /dev/null 1 jan 2010 | rem2ps -l -st 22 -sd 18 -sh 14 -e > jan10.ps
Personal tools