common/j*: add and update Korean translation (#14643)

This commit is contained in:
코드싸이
2024-11-05 23:55:02 +09:00
committed by GitHub
parent 650fabfc22
commit b57150237e
43 changed files with 999 additions and 9 deletions

20
pages.ko/common/jc.md Normal file
View File

@@ -0,0 +1,20 @@
# jc
> 여러 명령어의 출력을 JSON으로 변환.
> 더 많은 정보: <https://github.com/kellyjonbrazil/jc>.
- 파이프를 통해 명령어 출력을 JSON으로 변환:
`{{ifconfig}} | jc {{--ifconfig}}`
- 매직 구문을 통해 명령어 출력을 JSON으로 변환:
`jc {{ifconfig}}`
- 파이프를 통해 예쁘게 출력된 JSON 출력:
`{{ifconfig}} | jc {{--ifconfig}} -p`
- 매직 구문을 통해 예쁘게 출력된 JSON 출력:
`jc -p {{ifconfig}}`