Comments on Linux clear command tutorial for beginners (3 examples)

Sometimes, while working on the command line, you arrive at a point where there's too much text on the terminal screen, and none of that is relevant to you. So, in order to avoid distraction, you'd want to clear the terminal screen. Those new to the Linux command line may not know that there exists a dedicated command line utility that does this work for you.

1 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By: purry

And to create keyboard shortcut: CTRL+L to "tput reset" command:bind -x '"\C-l":tput reset'More info:https://askubuntu.com/questions/748963/how-to-create-a-keyboard-shortcut-for-a-terminal-command