mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-17 21:49:46 +00:00
Update cheatsheets
This commit is contained in:
30
linux/run-mailcap
Normal file
30
linux/run-mailcap
Normal file
@@ -0,0 +1,30 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# run-mailcap
|
||||
|
||||
> Run MailCap Programs.
|
||||
> Run mailcap view, see, edit, compose, print - execute programs via entries in the mailcap file (or any of its aliases) will use the given action to process each mime-type/file.
|
||||
> More information: <https://manned.org/run-mailcap>.
|
||||
|
||||
- Individual actions/programs on run-mailcap can be invoked with action flag:
|
||||
|
||||
`run-mailcap --action=ACTION [--option[=value]]`
|
||||
|
||||
- In simple language:
|
||||
|
||||
`run-mailcap --action=ACTION {{filename}}`
|
||||
|
||||
- Turn on extra information:
|
||||
|
||||
`run-mailcap --action=ACTION --debug {{filename}}`
|
||||
|
||||
- Ignore any "copiousoutput" directive and forward output to `stdout`:
|
||||
|
||||
`run-mailcap --action=ACTION --nopager {{filename}}`
|
||||
|
||||
- Display the found command without actually executing it:
|
||||
|
||||
`run-mailcap --action=ACTION --norun {{filename}}`
|
||||
Reference in New Issue
Block a user