clear - clear terminal screen
clear is a simple Unix/Linux command that clears the text in your current terminal session.
It’s useful when you want to clear the screen after previous commands’ output.
There are no command line parameters and the success of the command is indicated by a blank screen and your shell prompt.
Before running clear:
After running clear:
See Also
- Basic Unix Commands
- Unix Commands
- ls command
- Filesystem navigation commands
- more command
- less command
- pwd command
- cat command