snippetbashTip
gcal — Display calendar. More information: <https://www.gnu.org/software/gcal/manual/gcal.html#Invoking-Gca
Viewed 0 times
httpscommandgcalcalendarcliinformationmoredisplay
Problem
How to use the
gcal command: Display calendar. More information: <https://www.gnu.org/software/gcal/manual/gcal.html#Invoking-Gcal>.Solution
gcal — Display calendar. More information: <https://www.gnu.org/software/gcal/manual/gcal.html#Invoking-Gcal>.Display calendar for the current month:
gcalDisplay calendar for the month of February of the year 2010:
gcal 2 2010Provide calendar sheet with week numbers:
gcal --with-week-numberChange starting day of week to 1st day of the week (Monday):
gcal --starting-day=1Display the previous, current, and next month surrounding today:
gcal .Code Snippets
Display calendar for the current month
gcalDisplay calendar for the month of February of the year 2010
gcal 2 2010Provide calendar sheet with week numbers
gcal --with-week-numberChange starting day of week to 1st day of the week (Monday)
gcal --starting-day=1Display the previous, current, and next month surrounding today
gcal .Context
tldr-pages: common/gcal
Revisions (0)
No revisions yet.