This website requires JavaScript.
Explore
Help
Sign In
ctome
/
tldr
mirror of
https://github.com/CrimsonTome/tldr.git
Watch
1
Star
0
Fork
You've already forked tldr
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f7801bb31a
tldr
/
pages
/
windows
/
print.md
199 B
Raw
Blame
History
print
Print a text file to a printer.
Print a text file to the default printer:
print {{path/to/file}}
Print a text file to a specific printer:
print /d:{{printer}} {{path/to/file}}