TLDR
Enter a command. For example: nim, bat, rvm, tlmgr candidates.

clear

 
Clears the screen of the terminal. More information: https://manned.org/clear.
 
  • 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

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.