clear screen reports cleared columns, breaks and computes


$ echo clear screen|sqlplus scott/tiger
SQL> columns cleared
breaks cleared
computes cleared

but if I quit properly, it does not report that

$ echo "clear screen
quit"|sqlplus scott/tiger
SQL>

a good reason to improve the quality of your shell script by quitting at the end 😉