m*: add and update Korean translation (#14573)

This commit is contained in:
Chooooo
2024-11-02 20:13:28 +09:00
committed by GitHub
parent 3cabef85fc
commit 87df078649
14 changed files with 294 additions and 7 deletions

24
pages.ko/windows/msg.md Normal file
View File

@@ -0,0 +1,24 @@
# msg
> 사용자 또는 세션에 메시지 보내기.
> 더 많은 정보: <https://learn.microsoft.com/windows-server/administration/windows-commands/msg>.
- 특정 사용자 또는 세션에 메시지 보내기:
`msg {{사용자명|세션명|세션_아이디}} {{메시지}}`
- `stdin`에서 메시지 보내기:
`echo "{{메시지}}" | msg {{사용자명|세션명|세션_아이디}}`
- 특정 서버에 메시지 보내기:
`msg /server:{{서버명}} {{사용자명|세션명|세션_아이디}}`
- 현재 컴퓨터의 모든 사용자에게 메시지 보내기:
`msg *`
- 메시지 지연 설정 (초):
`msg /time:{{10}}`