mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-09 14:46:32 +00:00
Update cheatsheets
This commit is contained in:
18
linux/edit
Normal file
18
linux/edit
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
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}}`
|
||||
Reference in New Issue
Block a user