Linux Commands Reference - Complete Linux Command Guide

Comprehensive Linux command reference with 150+ commands. Search, filter by category, and view detailed usage examples.

Share
Back to commands

clear

Clear terminal screen

Syntax

clear

Common Options

-xDo not clear scrollback
-T TYPESpecify terminal type
-VShow version

Common Examples

clear

Clear terminal screen

clear -x

Clear but keep scrollback

Ctrl+L

Keyboard shortcut to clear

reset

Reset terminal

printf "\033c"

ANSI escape clear

clear && echo "fresh start"

Clear then output

Related Commands

Related Tools

More Code & Dev Tools