HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

jcal — Display calendar information in the Jalali format, with the current day highlighted. More informatio

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thejalalicommandcalendarcliinformationjcaldisplay

Problem

How to use the jcal command: Display calendar information in the Jalali format, with the current day highlighted. More information: <https://www.nongnu.org/jcal/jcal.html>.

Solution

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

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}}

Code Snippets

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}}

Context

tldr-pages: common/jcal

Revisions (0)

No revisions yet.