1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 17:02:09 +02:00
tldr/pages/linux/edit.md

13 lines
346 B
Markdown

# 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}}`