mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-23 05:51:29 +00:00
Update cheatsheets
This commit is contained in:
25
linux/ripmime
Normal file
25
linux/ripmime
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
Reference in New Issue
Block a user