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:
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.