Files
cheatsheet-tldr/tldr/linux/see

19 lines
403 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# see
> Alias to `run-mailcap`'s view.
> An alias to a `run-mailcap`'s action print.
> More information: <https://manned.org/see>.
- See action can be used to view any file (usually image) on default mailcap explorer:
`see {{filename}}`
- Using with `run-mailcap`:
`run-mailcap --action=view {{filename}}`