Hacker News new | ask | show | jobs
by Schiphol 1458 days ago
there's also `cal`, in the util-linux package.

    cal -3



     May 2022              June 2022             July 2022     
  Su Mo Tu We Th Fr Sa  Su Mo Tu We Th Fr Sa  Su Mo Tu We Th Fr Sa
   1  2  3  4  5  6  7            1  2  3  4                  1  2
   8  9 10 11 12 13 14   5  6  7  8  9 10 11   3  4  5  6  7  8  9
  15 16 17 18 19 20 21  12 13 14 15 16 17 18  10 11 12 13 14 15 16
  22 23 24 25 26 27 28  19 20 21 22 23 24 25  17 18 19 20 21 22 23
  29 30 31              26 27 28 29 30        24 25 26 27 28 29 30
                                              31
2 comments

`cal -n 3` to be precise, since ginko said "next three months"
I remember, in School, our professor asked us to write "cal" command in C in early CS classes. I was a good exercise for us to build interest in programming.