1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 09:02:08 +02:00
tldr/pages/osx/cal.md
Reinhart Previano Koentjoro 3b4f14e890
pages.id/*: add and update Indonesian translations (#13859)
* pages/*: add and update Indonesian translations

* common/ls, windows/comp: fix Indonesian translations

* Update comp.md

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

* Update comp.md

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2024-10-03 04:45:19 +02:00

593 B

cal

Print calendar information. More information: https://keith.github.io/xcode-man-pages/cal.1.html.

  • Display a calendar for the current month:

cal

  • Display previous, current, and next month:

cal -3

  • Display a calendar for a specific month (1-12 or name):

cal -m {{month}}

  • Display a calendar for the current year:

cal -y

  • Display a calendar for a specific year (4 digits):

cal {{year}}

  • Display a calendar for a specific month and year:

cal {{month}} {{year}}

  • Display date of Easter (Western Christian churches) in a given year:

ncal -e {{year}}