1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 02:55:25 +02:00

cal: update Hindi translation (#14483)

This commit is contained in:
Karthik Vallamsetla 2024-10-31 01:36:01 -07:00 committed by GitHub
parent 9c99b1ae26
commit 226e3fefc6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

32
pages.hi/openbsd/cal.md Normal file
View file

@ -0,0 +1,32 @@
# cal
> वर्तमान दिन को हाइलाइट करते हुए कैलेंडर दिखाएं।
> अधिक जानकारी: <https://man.openbsd.org/cal>
- वर्तमान महीने के लिए कैलेंडर दिखाएं:
`cal`
- किसी विशेष वर्ष के लिए कैलेंडर दिखाएं:
`cal {{वर्ष}}`
- किसी विशेष महीने और वर्ष के लिए कैलेंडर दिखाएं:
`cal {{महिना}} {{वर्ष}}`
- वर्तमान [व]र्ष के लिए कैलेंडर दिखाएं:
`cal -y`
- [ज]ूलियन दिनों को दिखाएं (एक से शुरू होकर, 1 जनवरी से संख्या दी गई):
`cal -j`
- रविवार के बजाय [सो]मवार को सप्ताह की शुरुआत के रूप में उपयोग करें:
`cal -m`
- सप्ताह के नंबरों को संख्या दें (जो `-j` के साथ असंगत है):
`cal -w`