1clear(1) User Commands clear(1)
2
3
4
6 clear - clear the terminal screen
7
9 clear [term]
10
11
13 The clear utility clears the terminal screen if this is possible. It
14 looks in the environment for the terminal type, if this is not already
15 specified by the term operand, and then looks up the terminfo database
16 to figure out how to clear the screen.
17
19 term Indicates the type of terminal. Normally, this operand is
20 unnecessary because the default is taken from the environment
21 variable TERM.
22
23
25 See attributes(5) for descriptions of the following attributes:
26
27
28
29
30 ┌─────────────────────────────┬─────────────────────────────┐
31 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
32 ├─────────────────────────────┼─────────────────────────────┤
33 │Availability │SUNWcsu │
34 └─────────────────────────────┴─────────────────────────────┘
35
37 tput(1), attributes(5)
38
39
40
41SunOS 5.11 12 Jul 2002 clear(1)