Skip to content

Latest commit

 

History

History
59 lines (35 loc) · 714 Bytes

README.md

File metadata and controls

59 lines (35 loc) · 714 Bytes

bigcal(1)

Kozmix Go, 21-JAN-2021

bigcal

Synopsis

bigcal [[month] year]

Description

bigcal produces a monthly calendar just like cal, only bigger.

See Also

cal(1)

Bugs

When running bigcal year, it might be more useful if the first day of the next month were printed right after the last day of the previous month, producing a continuous calendar for the whole year. Currently, it prints all months separately from each other.

The cal 9 1752 trick doesn't work as expected with bigcal (go pkg/time design decision).

Author

svm