Update cheatsheets

This commit is contained in:
ivuorinen
2025-02-25 00:17:51 +00:00
parent 60964ca3f8
commit 88c373e4b4
4 changed files with 74 additions and 19 deletions

View File

@@ -0,0 +1,18 @@
---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# 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}}`