clear(1)
_________________________________________________________________
clear Command
clear terminal screen
_________________________________________________________________
SYNTAX
clear
DESCRIPTION
Clear clears your screen based on your TERM variable. It looks
in the environment for the terminal type, then in /etc/termcap to
figure out how to clear the screen.
_________________________________________________________________
EXAMPLES
$ clear
Clears your screen and moves the cursor to the top of the screen.
_________________________________________________________________
FILES
/usr/lib/terminfo terminal information data base
SEE ALSO
tput(1)
terminfo(4), environ(5) in the Programmer's Reference for the
DG/UX System (Volume 2)
NOTE
Clear is a shell script that calls tput(1).
DG/UX 4.00 Page 1
Licensed material--property of copyright holder(s)