summaryrefslogtreecommitdiffstats
path: root/misc-utils/clear.1
blob: 1d4a5df795df46069379eefba861edcd2fe8026e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
.\" Copyright 1992 Rickard E. Faith (faith@cs.unc.edu)
.\" May be distributed under the GNU General Public License
.TH CLEAR 1 "10 October 1993" "Linux 0.99" "Linux Programmer's Manual"
.SH NAME
clear \- clear terminal screen
.SH SYNOPSIS
.BR clear
.SH DESCRIPTION
.B clear
calls
.BR tput (1)
with the
.I clear
argument.  This causes
.B tput
to attempt to clear the screen checking the data in
.I /etc/termcap
and sending the appropriate sequence to the terminal.  This command can be
redirected to clear the screen of some other terminal.
.SH "SEE ALSO"
.BR reset (1),
.BR stty (1),
.BR tput (1)
.SH AUTHOR
Rik Faith (faith@cs.unc.edu)