mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:22:09 +02:00
Cal: Condense examples to single line.
This commit is contained in:
parent
6b3070a3cd
commit
f1ecb9249e
1 changed files with 7 additions and 7 deletions
|
@ -2,18 +2,18 @@
|
|||
|
||||
> Prints calendar information.
|
||||
|
||||
- Display a calendar for the current month or specified month:
|
||||
- Display a calendar for the current month:
|
||||
|
||||
`cal`
|
||||
`cal -m {{12}}`
|
||||
`cal -m {{Dec}}`
|
||||
|
||||
- Display a calendar for the current year or a specified year:
|
||||
- Display a calendar for a specific month:
|
||||
|
||||
`cal -m {{month_number}}`
|
||||
|
||||
- Display all 12 months of calendar for a specific year:
|
||||
|
||||
`cal -y`
|
||||
`cal 2013`
|
||||
|
||||
- Display date of Easter (western churches):
|
||||
|
||||
`ncal -e`
|
||||
`ncal -e 2013`
|
||||
`ncal -e {{year}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue