Files
tldr/pages.zh/common/gcal.md

24 lines
410 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# gcal
> 显示日历。
> 更多信息:<https://www.gnu.org/software/gcal>。
- 显示当前月份的日历:
`gcal`
- 显示2010年2月份的日历
`gcal 2 2010`
- 提供带有周数的日历表:
`gcal --with-week-number`
- 将一周的开始日更改为周的第一天(星期一):
`gcal --starting-day=1`
- 显示今天前一个月、当前月份和下一个月的日历:
`gcal .`