mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 04:02:09 +02:00

* windows/*: add PowerShell commands and aliases * clear-host, new-item, remove-item: fix style * psversiontable, remove-item: fix style --------- Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
7 lines
135 B
Markdown
7 lines
135 B
Markdown
# clear
|
|
|
|
> In PowerShell, this command is an alias of `Clear-Host`.
|
|
|
|
- View documentation for the original command:
|
|
|
|
`tldr clear-host`
|