mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-11 04:35:41 +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
544 B
Markdown
16 lines
544 B
Markdown
# cmd
|
|
|
|
> एन्ड्रोइड सेवा प्रबन्धक।
|
|
> थप जानकारी: <https://cs.android.com/android/platform/superproject/+/main:frameworks/native/cmds/cmd/>।
|
|
|
|
- [l] सबै चलिरहेको सेवाहरू छन्:
|
|
|
|
`cmd -l`
|
|
|
|
- एक विशेष सेवा कल गर्नुहोस्:
|
|
|
|
`cmd {{सेवा}}`
|
|
|
|
- विशिष्ट तर्क संग सेवा कल गर्नुहोस्:
|
|
|
|
`cmd {{सेवा}} {{तर्क1 तर्क2 ...}}`
|