How to clear terminal on Linux?

0207

To clear the terminal on Linux, you can use the following commands:

  1. Using the clear command:

    clear
  2. Using the keyboard shortcut:

    • Press Ctrl + L. This will also clear the terminal screen.
  3. Using the reset command:

    reset

    This command reinitializes the terminal, which can be useful if the terminal is in an unusual state.

Usage:

Simply type the command and press Enter, or use the keyboard shortcut, and your terminal screen will be cleared, providing a clean workspace for new commands.

0 Comments

no data
Be the first to share your comment!