mirror of https://github.com/CrimsonTome/tldr.git
14 lines
328 B
Markdown
14 lines
328 B
Markdown
# print
|
|
|
|
> An alias to a `run-mailcap`'s action print.
|
|
> Originally `run-mailcap` is used to process mime-type/file.
|
|
> More information: <https://manned.org/print>.
|
|
|
|
- Print action can be used to print any file on default run-mailcap tool:
|
|
|
|
`print {{filename}}`
|
|
|
|
- With `run-mailcap`:
|
|
|
|
`run-mailcap --action=print {{filename}}`
|