Linux Lite Forums

Full Version: "Clear scrollback" function not working for the LX Terminal in LL3.6
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I wish to clear all the command-line stored in the Terminal. I'm using LL3.6, the LX Terminal version being 0.2.0.

In an attempt to clear the backlog of stored command-line, I opened Terminal, clicked on "Edit", then "Clear scrollback".
On reboot, I opened Terminal, but pressing the arrows keys reveals that the backlog of stored command-line was not deleted.

How do I go about this?



I think you want to clear the history.

Code:
$ history -c
(01-20-2018, 12:44 PM)ralphy link Wrote: [ -> ]I think you want to clear the history.

Code:
$ history -c

Thanks Ralphy - all done now