mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-12 14:59:01 +00:00
Move pages under tldr, lint run.sh, update docs
This commit is contained in:
14
tldr/windows/clear-host
Normal file
14
tldr/windows/clear-host
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, windows]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# Clear-Host
|
||||
|
||||
> Clears the screen.
|
||||
> This command can only be used through PowerShell.
|
||||
> More information: <https://learn.microsoft.com/powershell/module/microsoft.powershell.core/clear-host>.
|
||||
|
||||
- Clear the screen:
|
||||
|
||||
`cls`
|
||||
Reference in New Issue
Block a user