Terminal control/Clear the screen: Difference between revisions

m
(Go solution)
Line 141:
{{works with|Bourne Shell}}
 
<lang bashsh>clear</lang>
 
# Alternative method using tput
tput clear</lang>
 
{{omit from|PARI/GP}}