Forrest logo
back to context overview

jcal

List of commands for jcal:

  • jcal:tldr:26188 jcal: Display a calendar for the current month.
    $ jcal
    try on your machine
    explain this command
  • jcal:tldr:c4341 jcal: Display the previous, current, and next months.
    $ jcal -3
    try on your machine
    explain this command
  • jcal:tldr:cc3d7 jcal: Display a calendar for a specific month and year.
    $ jcal ${year} ${month}
    try on your machine
    explain this command
  • jcal:tldr:fe695 jcal: Display a calendar for a specific year (4 digits).
    $ jcal ${year}
    try on your machine
    explain this command
back to context overview