1clear(1) General Commands Manual clear(1)
2
3
4
6 clear - clear the terminal screen
7
9 clear
10
12 clear clears your screen if this is possible. It looks in the environā
13 ment for the terminal type and then in the terminfo database to figure
14 out how to clear the screen. Some terminals can clear also their
15 scrollback buffer to prevent access to potentially sensitive data. If
16 the terminfo entry for the terminal type contains extended capability
17 E3, clear will use it to clear the scrollback buffer.
18
19 clear ignores any command-line parameters that may be present.
20
22 tput(1), terminfo(5)
23
24 This describes ncurses version 5.9 (patch 20130511).
25
26
27
28 clear(1)