Forrest logo
back to context overview

gcal

List of commands for gcal:

  • gcal:tldr:6037e gcal: Provide calendar sheet with week numbers.
    $ gcal --with-week-number
    try on your machine
    explain this command
  • gcal:tldr:7ef6b gcal: Display the previous, current and next month surrounding today.
    $ gcal .
    try on your machine
    explain this command
  • gcal:tldr:80c49 gcal: Display calendar for the month of February of the year 2010.
    $ gcal ${2} ${2010}
    try on your machine
    explain this command
  • gcal:tldr:f5839 gcal: Change starting day of week to 1st day of the week (Monday).
    $ gcal --starting-day=${1}
    try on your machine
    explain this command
  • gcal:tldr:fb772 gcal: Display calendar for the current month.
    $ gcal
    try on your machine
    explain this command
back to context overview