clear | Nushell

clear for platform

Clear the terminal.

Signature

> clear {flags}

Flags

  • --keep-scrollback, -k: Do not clear the scrollback history

Input/output types:

inputoutput
nothingnothing

Examples

Clear the terminal

> clear

Clear the terminal but not its scrollback history

> clear --keep-scrollback

Notes

By default clears the current screen and the off-screen scrollback buffer.