LinuxCommandLibrary

jcal

displays a calendar in the Jalali format, similar to Unix cal

TLDR

Display current month

$ jcal
copy
Display three months
$ jcal -3
copy
Display specific year
$ jcal [1402]
copy
Display specific month and year
$ jcal [1402] [5]
copy
Display full year
$ jcal -y [1402]
copy

SYNOPSIS

jcal [options] [[month] year]

DESCRIPTION

jcal displays a calendar in the Jalali (Persian) format, similar to Unix cal for Gregorian calendars. The Jalali calendar is a solar calendar used in Iran and Afghanistan. Part of the jcal/libjalali package. Current day is highlighted.

PARAMETERS

-1

Display single month (default).
-3
Display previous, current, and next month.
-y
Display entire year.
-j
Display Julian days.

SEE ALSO

jdate(1), cal(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community