1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/ripmime.md
Hetav Pandya 78e3bd99ab
ripmime: add page (#11654)
* Add page for ripmime cmd under Linux

* ripmime: fix typo

* ripmime: implement suggestions

* ripmime: Fixed dir name
2023-12-04 18:39:38 +01:00

20 lines
497 B
Markdown

# ripmime
> Extract attachments out of a MIME encoded email package.
> More information: <https://pldaniels.com/ripmime>.
- Extract file contents in the current directory:
`ripmime -i {{path/to/file}}`
- Extract file contents in a specific directory:
`ripmime -i {{path/to/file}} -d {{path/to/directory}}`
- Extract file contents and print verbose output:
`ripmime -i {{path/to/file}} -v`
- Get detailed information about the whole decoding process:
`ripmime -i {{path/to/file}} --debug`