multiple pages: normalize line endings from CRLF to LF
This commit is contained in:
@@ -1,19 +1,19 @@
|
||||
# base64
|
||||
|
||||
> 파일 또는 표준 입력을 Base64와 표준 출력으로 인코딩하거나 디코딩함.
|
||||
|
||||
- 파일 인코딩:
|
||||
|
||||
`base64 {{filename}}`
|
||||
|
||||
- 파일 디코딩:
|
||||
|
||||
`base64 -d {{filename}}`
|
||||
|
||||
- `stdin`에서 인코딩:
|
||||
|
||||
`{{somecommand}} | base64`
|
||||
|
||||
- `stdin`에서 디코딩:
|
||||
|
||||
# base64
|
||||
|
||||
> 파일 또는 표준 입력을 Base64와 표준 출력으로 인코딩하거나 디코딩함.
|
||||
|
||||
- 파일 인코딩:
|
||||
|
||||
`base64 {{filename}}`
|
||||
|
||||
- 파일 디코딩:
|
||||
|
||||
`base64 -d {{filename}}`
|
||||
|
||||
- `stdin`에서 인코딩:
|
||||
|
||||
`{{somecommand}} | base64`
|
||||
|
||||
- `stdin`에서 디코딩:
|
||||
|
||||
`{{somecommand}} | base64 -d`
|
||||
|
Reference in New Issue
Block a user