HOW TO CLEAR THE UBUNTU TERMINAL

In ubuntu , we have three basic ways of clearing the terminal .

way 1 - 

use clear command .

steps - 1) open terminal
            2) type ls and press ENTER.
           3)type clear and press ENTER.


observation - clear command clears the terminal window .





                                                                                                                                                                                                                                                                                                                                        
way 2 -

use reset command .

steps - 1) open terminal.
           2) type ls and press ENTER.
           3)type reset and press ENTER.

observation - reset command also clear the screen , but it is used when terminal is messed with control sequences .














ways 3 -

another way to clear the screen is press CTRL+L .



Comments

Featured Posts