Examples (4)
Clear the screen
Clear the screen but keep the terminal's scrollback buffer (equivalent to pressing `<Ctrl l>` in Bash)
clear -xIndicate the type of terminal to clean (defaults to the value of the environment variable `$TERM`)
clear -T type_of_terminalDisplay the version of `ncurses` used by `clear`
clear -Vmade by @shridhargupta | data from tldr-pages