mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-05 02:53:33 +02:00

* pages/*: add standard translation and links Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * fix1: false positives; standardize Bengali, Hindi, Nepali periods * fix: periods in recently added Bengali pages Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * fix: false positives in modified files Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * cleanup: update to native period in Bengali l10n Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> --------- Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
16 lines
586 B
Markdown
16 lines
586 B
Markdown
# cmd
|
|
|
|
> एंड्रॉइड सेवा प्रबंधक।
|
|
> अधिक जानकारी: <https://cs.android.com/android/platform/superproject/+/main:frameworks/native/cmds/cmd/>।
|
|
|
|
- सभी चल रही सेवाओं की सूची[l] बनाएं:
|
|
|
|
`cmd -l`
|
|
|
|
- किसी विशिष्ट सेवा को कॉल करें:
|
|
|
|
`cmd {{सेवा}}`
|
|
|
|
- विशिष्ट तर्कों के साथ किसी सेवा को कॉल करें:
|
|
|
|
`cmd {{सेवा}} {{तर्क1 तर्क2 ...}}`
|