clear Linux Commands

What is Linux clear Command?

Explanation

clear COMMAND:

This command clears the terminal screen.

SYNTAX :


clear

OPTIONS:


There is no options for clearscreen command.

EXAMPLE:


  1. clear

  2. clear command clearscreen like cls command.
  3. You can also have alias for this command.
  4. alias c='clear'
    c is the alias name for clear command.

Ask Questions

Ask Question