1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-31 05:55:30 +02:00
tldr/pages.ko/linux/ripmime.md
코드싸이 624a50f563
rpicam-raw: fix typo, linux/rm: update Korean translation, linux/rm*: add Korean translation (#14714)
* linux/rm: update Korean translation

* linux/r*: add Korean translation

* rpicam-raw: fix typo
2024-11-09 22:28:34 +09:00

20 lines
544 B
Markdown

# ripmime
> MIME 인코딩된 이메일 패키지에서 첨부 파일 추출.
> 더 많은 정보: <https://pldaniels.com/ripmime>.
- 현재 디렉토리에 파일 내용 추출:
`ripmime -i {{경로/대상/파일}}`
- 특정 디렉토리에 파일 내용 추출:
`ripmime -i {{경로/대상/파일}} -d {{경로/대상/폴더}}`
- 파일 내용을 추출하고 자세한 출력 표시:
`ripmime -i {{경로/대상/파일}} -v`
- 전체 디코딩 과정에 대한 자세한 정보 얻기:
`ripmime -i {{경로/대상/파일}} --debug`