HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

edit — An alias to a `run-mailcap`'s action edit. Originally `run-mailcap` is used to process/edit mime-typ

Submitted by: @import:tldr-pages··
0
Viewed 0 times
mailcapcommandrunclialiaseditaction
linux

Problem

How to use the edit command: An alias to a run-mailcap's action edit. Originally run-mailcap is used to process/edit mime-type/file. More information: <https://www.computerhope.com/unix/uedit.htm>.

Solution

edit — An alias to a run-mailcap's action edit. Originally run-mailcap is used to process/edit mime-type/file. More information: <https://www.computerhope.com/unix/uedit.htm>.

Edit action can be used to view any file on default mailcap explorer:
edit {{filename}}


With run-mailcap:
run-mailcap --action=edit {{filename}}

Code Snippets

Edit action can be used to view any file on default mailcap explorer

edit {{filename}}

With `run-mailcap`

run-mailcap --action=edit {{filename}}

Context

tldr-pages: linux/edit

Revisions (0)

No revisions yet.