mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
ripmime: add page (#11654)
* Add page for ripmime cmd under Linux * ripmime: fix typo * ripmime: implement suggestions * ripmime: Fixed dir name
This commit is contained in:
parent
2840865f7a
commit
78e3bd99ab
1 changed files with 20 additions and 0 deletions
20
pages/linux/ripmime.md
Normal file
20
pages/linux/ripmime.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# 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`
|
Loading…
Add table
Reference in a new issue