HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

print — An alias to a `run-mailcap`'s action print. Originally `run-mailcap` is used to process mime-type/fi

Submitted by: @import:tldr-pages··
0
Viewed 0 times
mailcapcommandruncliprintaliasaction
linux

Problem

How to use the print command: 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>.

Solution

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}}

Code Snippets

Print action can be used to print any file on default run-mailcap tool

print {{filename}}

With `run-mailcap`

run-mailcap --action=print {{filename}}

Context

tldr-pages: linux/print

Revisions (0)

No revisions yet.