systemctl-reboot,systemd-*: add and update Korean translation (#14032)

This commit is contained in:
코드싸이
2024-10-07 21:07:32 +09:00
committed by GitHub
parent 18cd009db9
commit 433fd479b1
33 changed files with 720 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
# systemd-cat
> 파이프라인 또는 프로그램의 출력 스트림을 systemd 저널과 연결.
> 더 많은 정보: <https://www.freedesktop.org/software/systemd/man/systemd-cat.html>.
- 지정한 명령의 출력을 저널에 기록 (모든 출력 스트림이 캡처됨):
`systemd-cat {{명령}}`
- 파이프라인의 출력을 저널에 기록 (`stderr`는 터미널에 연결된 상태 유지):
`{{명령}} | systemd-cat`