This is what I get when I do the man cal command:
Code: Select all
-M Weeks start on Monday.
Code: Select all
pi@PIFACE:~/Mine $ cal -M
Usage: cal [general options] [-hjy] [[month] year]
cal [general options] [-hj] [-m month] [year]
ncal [general options] [-bhJjpwySM] [-s country_code] [[month] year]
ncal [general options] [-bhJeoSM] [year]
General options: [-NC31] [-A months] [-B months]
For debug the highlighting: [-H yyyy-mm-dd] [-d yyyy-mm]
pi@PIFACE:~/Mine $
The command's MAN page shows that -M is allowed, to start weeks with Monday.
Yet, when I do the command, it rejects it.
Huh?