:
I am trying to switch from SQL*PLUS to SQLCL and I found there are certain command (e.g. clear computes, break on etc) will generate extra blank lines in SQLCL. This is not happening in SQLPLUS. Because of this issue, when I run some scripts, there are many blank lines on the screen. I am looking for a solution so that SQLCL can match to SQLPLUS to NOT generate extra linebreaks/blankline.
SQLCL V20.2 (Left screen) vs. SQLPLUS V11GR2 (right):

Thanks!
Kevin