mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-31 05:55:30 +02:00

* linux/rm: update Korean translation * linux/r*: add Korean translation * rpicam-raw: fix typo
20 lines
544 B
Markdown
20 lines
544 B
Markdown
# ripmime
|
|
|
|
> MIME 인코딩된 이메일 패키지에서 첨부 파일 추출.
|
|
> 더 많은 정보: <https://pldaniels.com/ripmime>.
|
|
|
|
- 현재 디렉토리에 파일 내용 추출:
|
|
|
|
`ripmime -i {{경로/대상/파일}}`
|
|
|
|
- 특정 디렉토리에 파일 내용 추출:
|
|
|
|
`ripmime -i {{경로/대상/파일}} -d {{경로/대상/폴더}}`
|
|
|
|
- 파일 내용을 추출하고 자세한 출력 표시:
|
|
|
|
`ripmime -i {{경로/대상/파일}} -v`
|
|
|
|
- 전체 디코딩 과정에 대한 자세한 정보 얻기:
|
|
|
|
`ripmime -i {{경로/대상/파일}} --debug`
|