Table of Contents
clear - clear the terminal screen
clear
clear clears your screen if this is possible. It looks in
the environment for the terminal type and then in
/etc/termcap to figure out how to clear the screen.
- /etc/termcap
- terminal capability data base
Table of Contents