Terminal control/Clear the screen: Difference between revisions

Content added Content deleted
(Go solution)
Line 141: Line 141:
{{works with|Bourne Shell}}
{{works with|Bourne Shell}}


<lang bash>clear</lang>
<lang sh>clear

# Alternative method using tput
tput clear</lang>


{{omit from|PARI/GP}}
{{omit from|PARI/GP}}