Files
cheatsheet-tldr/tldr/jcal
2025-03-27 00:18:38 +00:00

26 lines
515 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# 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}}`