mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-01 05:45:33 +08:00
print: add Indonesian translation (#6450)
This commit is contained in:
committed by
GitHub
parent
3fa29ea1c2
commit
e397df7543
@@ -0,0 +1,12 @@
|
||||
# print
|
||||
|
||||
> Mencetak sebuah file teks ke dalam mesin pencetak (printer).
|
||||
> Informasi lebih lanjut: <https://docs.microsoft.com/windows-server/administration/windows-commands/print>.
|
||||
|
||||
- Mencetak file teks ke dalam mesin pencetak (printer) default:
|
||||
|
||||
`print {{jalan/menuju/file}}`
|
||||
|
||||
- Mencetak file teks ke dalam mesin pencetak (printer) tertentu:
|
||||
|
||||
`print /d:{{mesin_pencetak}} {{jalan/menuju/file}}`
|
||||
Reference in New Issue
Block a user