1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 06:35:23 +02:00

cmd: add Korean translation (#11423)

This commit is contained in:
HoJeong Im 2023-11-09 14:50:29 +09:00 committed by GitHub
parent 224b2972e2
commit ec1e753ee1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

16
pages.ko/android/cmd.md Normal file
View file

@ -0,0 +1,16 @@
# cmd
> Android 서비스 매니저.
> 더 많은 정보: <https://cs.android.com/android/platform/superproject/+/main:frameworks/native/cmds/cmd/>.
- 실행 중인 모든 서비스 나열:
`cmd -l`
- 특정 서비스 호출:
`cmd {{서비스}}`
- 특정 인자를 사용해 서비스 호출:
`cmd {{서비스}} {{인자1 인자2 ...}}`