Linux `cal` utility in landscape mode
Linux `cal` utility in landscape mode The cal utility in Linux does not, unfortunately allow one to output the calendar in landscape mode (4 columns or more). The default cal -y output mode will display 3 columns. Here’s a hack-around: Download the latest release of util-linux Extract and edit the misc-utils/cal.c file. Find the yearly function. …
