]> git.ipfire.org Git - thirdparty/util-linux.git/blame - misc-utils/clear.1
Imported from util-linux-2.5 tarball.
[thirdparty/util-linux.git] / misc-utils / clear.1
CommitLineData
6dbe3af9
KZ
1.\" Copyright 1992 Rickard E. Faith (faith@cs.unc.edu)
2.\" May be distributed under the GNU General Public License
3.TH CLEAR 1 "10 October 1993" "Linux 0.99" "Linux Programmer's Manual"
4.SH NAME
5clear \- clear terminal screen
6.SH SYNOPSIS
7.BR clear
8.SH DESCRIPTION
9.B clear
10calls
11.BR tput (1)
12with the
13.I clear
14argument. This causes
15.B tput
16to attempt to clear the screen checking the data in
17.I /etc/termcap
726f69e2
KZ
18(for the GNU or BSD
19.BR tput )
20or in the terminfo database
21(for the
22.B ncurses
23.BR tput )
6dbe3af9
KZ
24and sending the appropriate sequence to the terminal. This command can be
25redirected to clear the screen of some other terminal.
26.SH "SEE ALSO"
27.BR reset (1),
28.BR stty (1),
29.BR tput (1)
30.SH AUTHOR
31Rik Faith (faith@cs.unc.edu)