1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/common/cal.md
Peter Tripp a85601486c Added: Cal, srm, md5, md5sum, xed
Edited cp and rm. Fixed markdown escaping the wildcard.
2014-02-10 15:44:02 -08:00

19 lines
No EOL
294 B
Markdown

# cal
> Prints calendar information
- Display a calendar for the current month or specified month
`cal`
`cal -m {{12}}`
`cal -m {{Dec}}`
- Display a calendar for the current year or a specified year
`cal -y`
`cal 2013`
- Display date of Easter (western churches)
`ncal -e`
`ncal -e 2013`