aapt to buku: add Chinese translation (#4846)
This commit is contained in:
19
pages.zh/common/base32.md
Normal file
19
pages.zh/common/base32.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# base32
|
||||
|
||||
> 将文件或标准输入编码到Base32或从Base32解码为标准输出。
|
||||
|
||||
- 编码一个文件:
|
||||
|
||||
`base32 {{文件名}}`
|
||||
|
||||
- 解码一个文件:
|
||||
|
||||
`base32 -d {{文件名}}`
|
||||
|
||||
- 从标准输入编码:
|
||||
|
||||
`{{某指令}} | base32`
|
||||
|
||||
- 将标准输入解码:
|
||||
|
||||
`{{某指令}} | base32 -d`
|
Reference in New Issue
Block a user