|
|
|
|
|
by adamrmcd
1480 days ago
|
|
Often I use cal to find the previous or next month. I never understood why two parameters it assumes `cal mm yyyy` but when one parameter is provided assumes `cal yyyy` instead of `cal mm`. ie, I just want to see April of this year: but `cal 4` returns Jan-Dec 0004 CE <!> `cal -3` is perfect! |
|