-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

clear


> Clears the screen of the terminal.

More information.


Clear the screen (equivalent to pressing Control-L in Bash shell):

clear

Clear the screen but keep the terminal's scrollback buffer:

clear -x

Indicate the type of terminal to clean (defaults to the value of the environment variable `TERM`):

clear -T {type_of_terminal}

Show the version of `ncurses` used by `clear`:

clear -V


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 06:09:41 2024