mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-10 06:58:07 +00:00
Update cheatsheets
This commit is contained in:
21
cal
Normal file
21
cal
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# cal
|
||||
|
||||
> Display a calendar with the current day highlighted.
|
||||
> More information: <https://manned.org/cal.1p>.
|
||||
|
||||
- Display a calendar for the current month:
|
||||
|
||||
`cal`
|
||||
|
||||
- Display a calendar for a specific year:
|
||||
|
||||
`cal {{year}}`
|
||||
|
||||
- Display a calendar for a specific month and year:
|
||||
|
||||
`cal {{month}} {{year}}`
|
||||
Reference in New Issue
Block a user