print: add Dutch translation (#13684)
This commit is contained in:
13
pages.nl/linux/print.md
Normal file
13
pages.nl/linux/print.md
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
# print
|
||||||
|
|
||||||
|
> Een alias voor de `run-mailcap`-actie print.
|
||||||
|
> Oorspronkelijk wordt `run-mailcap` gebruikt om mime-typen/bestanden te verwerken.
|
||||||
|
> Meer informatie: <https://manned.org/print>.
|
||||||
|
|
||||||
|
- De print-actie kan worden gebruikt om elk bestand af te drukken met de standaard `run-mailcap`-tool:
|
||||||
|
|
||||||
|
`print {{bestandsnaam}}`
|
||||||
|
|
||||||
|
- Met `run-mailcap`:
|
||||||
|
|
||||||
|
`run-mailcap --action=print {{bestandsnaam}}`
|
12
pages.nl/windows/print.md
Normal file
12
pages.nl/windows/print.md
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
# print
|
||||||
|
|
||||||
|
> Een tekstbestand afdrukken op een printer.
|
||||||
|
> Meer informatie: <https://learn.microsoft.com/windows-server/administration/windows-commands/print>.
|
||||||
|
|
||||||
|
- Druk een tekstbestand af op de standaardprinter:
|
||||||
|
|
||||||
|
`print {{pad\naar\bestand}}`
|
||||||
|
|
||||||
|
- Druk een tekstbestand af op een specifieke printer:
|
||||||
|
|
||||||
|
`print /d:{{printer}} {{pad\naar\bestand}}`
|
Reference in New Issue
Block a user