multiple pages: normalize line endings from CRLF to LF

This commit is contained in:
bl-ue
2021-01-12 08:27:59 -05:00
committed by Waldir Pimenta
parent a7069a26b4
commit 567dc4ce06
66 changed files with 1447 additions and 1447 deletions

View File

@@ -1,20 +1,20 @@
# base32
> 파일 또는 표준 입력을 Base32와 표준 출력으로 인코딩하거나 디코딩함.
- 파일 인코딩:
`base32 {{filename}}`
- 파일 디코딩:
`base32 -d {{filename}}`
- `stdin`에서 인코딩:
`{{somecommand}} | base32`
- `stdin`에서 디코딩:
`{{somecommand}} | base32 -d`
# base32
> 파일 또는 표준 입력을 Base32와 표준 출력으로 인코딩하거나 디코딩함.
- 파일 인코딩:
`base32 {{filename}}`
- 파일 디코딩:
`base32 -d {{filename}}`
- `stdin`에서 인코딩:
`{{somecommand}} | base32`
- `stdin`에서 디코딩:
`{{somecommand}} | base32 -d`