clear for platform
Clear the terminal screen.
Signature
> clear {flags}
Flags
--keep-scrollback, -k: Do not clear the scrollback history.
Input/output types:
| input | output |
|---|---|
| nothing | nothing |
Examples
Clear the terminal.
> clearClear the terminal but not its scrollback history.
> clear --keep-scrollbackNotes
By default clears the current screen and the off-screen scrollback buffer.