Y
Hacker News
new
|
ask
|
show
|
jobs
by
smorrebrod
1098 days ago
Wouldn't `cal -m 1` show the year 0001 ?
2 comments
mmcdermott
1097 days ago
On macOS, `cal -m 1` prints out January 2023. The man page reads "-m month Display the specified month." Googling for man pages gives other usages for the `-m` switch (like
https://linux.die.net/man/1/cal
) so it probably depends on system.
link
I_complete_me
1097 days ago
Depends. I have zsh running on Linux and Mac. On Linux, smorrebrod wins. And on Mac slowmovingtarget wins.
link
slowmovintarget
1097 days ago
I tried it on Mac... so I guess that's the difference. Thanks.
link