mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-30 18:41:39 +00:00
19 lines
438 B
Plaintext
19 lines
438 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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}}`
|