bash terminal


  • To clear the scroll buffer completely  
tput reset



  • To change from one virtual terminal to another, you generally use shift+alt+Fx, where x is 1, 2, 3, .... On a system without graphics, you can also achieve this by the command line


chvt x
where x is 1,2,3, ...



Followers