Jump to content

clear (Unix)

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Ahunt (talk | contribs) at 16:36, 21 January 2015 (By longstanding consensus GNU/Linux is not used on Wikipedia, see MOS:LINUX). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Clear being used on Linux under uxterm

clear is a standard Unix computer operating system command which is used to clear the screen.

Depending on the system, clear uses the terminfo or termcap database, as well as looking into the environment for the terminal type in order to deduce how to clear the screen. The Unix command clear takes no arguments and is roughly analogous to the MS-DOS command cls.

See also

External links