I need to Reset my MobaXterm screen after some time working, however 'clear' and 'reset' commands wont work as if I was on a linux server.
Anyone have some tip?
Use a small amount of spray with 70 percent ethanol or isopropyl alcohol or use warm, soapy water to wipe down the phone from top to bottom while holding it on its sides. Then wipe down the sides and back, too, while being careful not to get any fluid into ports such as the charging port or headphone jack.
MobaXterm allows you to launch remote sessions. You just have to click on the "Sessions" button to start a new session.
Click the "Start local terminal" button to open a terminal window where you can type Linux-like commands. You can have multiple tabs with a different terminal session in each tab.
Right click MobaXterm screen > Click Clear Scrollback
Note: Your MobaXterm may be set to paste on Right-Click; in this case use Ctrl+Right-Click.
Change terminal settings...
Terminal
> Features
Disable remote-controlled clearing of scrollback
Window
Reset scrollback on display activity
Apply
buttonYou can now type clear
and have the window clear and remove the scrollback.
When 'Paste using right-click' is checked, you still can use Ctrl/Shift + Right Click to pop up the contextual menu.
To reset your MobaXterm screen, use:
Or, if the prompt is available, launch the command 'cls'
Or, in all cases (prompt available or not), press CTRL
+L
keyboard keys
Mobaterm seems to like playing around with the putty configuration - so I found that right clicking on the window -> change terminal settings
-> features -> enable everything.
-> window -> disable push erased text into scrollback
the usual clear control commands
function clear() {
printf '\033[2J' # clear
printf '\033[H' # home
}
will now clear the screen and clear the scrollback
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With