On Thu, Mar 28, 2019 at 1:16 PM Clemens Ladisch <[email protected]> wrote:
> Jeffrey Walton wrote: > > When working in the Linux terminal we can clear the scrollback with > > the 'clear' command; and we can delete all history and scrollback with > > the 'reset' command. I am not able to do the same within the sqlite3 > > terminal. > > Those are programs run from the shell. So you can use ".shell clear" or > ".shell reset". > Nice trick, thanks for sharing. `.shell cls` on Windows worked for me. --DD _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

