mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
13 lines
388 B
Markdown
13 lines
388 B
Markdown
# cls
|
|
|
|
> Bersihkan layar terminal.
|
|
> Dalam PowerShell, perintah ini merupakan alias dari `Clear-Host`. Dokumentasi ini ditulis menurut perintah `cd` versi Command Prompt (`cls`).
|
|
> Informasi lebih lanjut: <https://learn.microsoft.com/windows-server/administration/windows-commands/cls>.
|
|
|
|
- Lihat dokumentasi untuk perintah PowerShell serupa:
|
|
|
|
`tldr clear-host`
|
|
|
|
- Bersihkan layar:
|
|
|
|
`cls`
|