mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-24 01:02:09 +02:00
13 lines
328 B
Markdown
13 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}}`
|