cmd: add Hindi translation (#11093)

This commit is contained in:
Vedant Yadav
2023-10-20 10:57:41 +05:30
committed by GitHub
parent 805d742f7e
commit e62f662345

16
pages.hi/android/cmd.md Normal file
View File

@@ -0,0 +1,16 @@
# cmd
> एंड्रॉइड सेवा प्रबंधक।
> अधिक जानकारी: <https://cs.android.com/android/platform/superproject/+/master:frameworks/native/cmds/cmd/>.
- सभी चल रही सेवाओं की सूची[l] बनाएं:
`cmd -l`
- किसी विशिष्ट सेवा को कॉल करें:
`cmd {{सेवा}}`
- विशिष्ट तर्कों के साथ किसी सेवा को कॉल करें:
`cmd {{सेवा}} {{तर्क1 तर्क2 ...}}`