cal: move from pages/common/ to pages/osx/, so the content corresponds to the command version

This commit is contained in:
Waldir Pimenta
2017-05-01 14:15:58 +01:00
parent d6e709fd3d
commit 97265cba29

23
pages/osx/cal.md Normal file
View File

@@ -0,0 +1,23 @@
# cal
> Prints calendar information.
- Display a calendar for the current month:
`cal`
- Display a calendar for a specific month:
`cal -m {{month_number}}`
- Display a 12 month calendar for the current year:
`cal -y`
- Display a 12 month calendar for a specific year:
`cal 2016`
- Display date of Easter (western churches):
`ncal -e {{year}}`