mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-31 08:41:55 +00:00
13 lines
229 B
Plaintext
13 lines
229 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, windows]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# clear
|
|
|
|
> In PowerShell, this command is an alias of `Clear-Host`.
|
|
|
|
- View documentation for the original command:
|
|
|
|
`tldr clear-host`
|