multiple pages: add korean translation (#3548)
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
5b34319212
commit
a451d973e8
20
pages.ko/common/base32.md
Normal file
20
pages.ko/common/base32.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# base32
|
||||
|
||||
> 파일 또는 표준 입력을 Base32와 표준 출력으로 인코딩하거나 디코딩함.
|
||||
|
||||
- 파일 인코딩:
|
||||
|
||||
`base32 {{filename}}`
|
||||
|
||||
- 파일 디코딩:
|
||||
|
||||
`base32 -d {{filename}}`
|
||||
|
||||
- `stdin`에서 인코딩:
|
||||
|
||||
`{{somecommand}} | base32`
|
||||
|
||||
- `stdin`에서 디코딩:
|
||||
|
||||
`{{somecommand}} | base32 -d`
|
||||
|
Reference in New Issue
Block a user