1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/jcal.md
2024-10-12 10:02:00 +02:00

413 B

jcal

Display calendar information in the Jalali format, with the current day highlighted. More information: https://www.nongnu.org/jcal/.

  • Display a calendar for the current month:

jcal

  • Display the previous, current, and next months:

jcal -3

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

jcal {{year}}

  • Display a calendar for a specific month and year:

jcal {{year}} {{month}}