clear for platform

Clear the terminal.

Signature

> clear {flags}

Flags

  • --all, -a: Clear the terminal and its scroll-back history

Input/output types:

inputoutput
nothingnothing

Examples

Clear the terminal

> clear

Clear the terminal and its scroll-back history

> clear --all