Newbetuts
.
How can I clear the scrollback buffer in konsole from bash?
bash
linux
shell
script
konsole
This will do it:
echo -e "\e[3J"
Found here. Works in regular xterm too.
Related
How do I tell Spotlight not to index a particular folder?
Mount Zip on OSX
Are SSDs worthwhile for software development? [closed]
VMware Player loses internet connectivity
Where's Windows XP standard MIDI SoundFont?
Is there a free Ubuntu unrar GUI?
How do I do a block search-and-replace with Vim?
Why is xcopy returning "invalid number of parameters"?
find command doesn't seem to work in cygwin
Disconnect VPN Using the Command Line
How to build a cheap and fanless server [closed]
Is TeraCopy still useful in Windows 7? [closed]
Recent Posts
org.apache.kafka.common.errors.TimeoutException: Topic not present in metadata after 60000 ms
Why my code runs infinite time when i entered non integer type in c++ [duplicate]
How to retrieve Instagram username from User ID?
Serverless Framework - Variables resolution error
How do we access a file in github repo inside our azure databricks notebook