clear COMMAND:
This command clears the terminal screen.
SYNTAX:
The Syntax is
clear
OPTIONS:
There is no options for clearscreen command.
EXAMPLE:
clear
clear command clearscreen like cls command.
- You can also have alias for this command.
alias c='clear'
c is the alias name for clear command.
|