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
Proxy Information
- Original URL
- gemini://freeshell.de/tldr/clear.gmi
- Status Code
- Success (20)
- Meta
text/gemini;lang=en-GB
- Capsule Response Time
- 103.691093 milliseconds
- Gemini-to-HTML Time
- 0.36567 milliseconds
This content has been proxied by September (ba2dc).