Difference between revisions of "Shell/Clear the Screen"

From Coder Merlin
m (Editorial review and minor corrections)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== Clear the Screen ==
In some cases, it's useful to clear the screen. (For example, this might be nice if you sense your guide creeping up behind you when you are doing something that you aren’t supposed to be doing. 😁) We can do this with the '''clear''' command. Type '''clear''' and then press {{Key|RETURN}}.
In some cases it’s useful to clear the screen. (For example, this might be useful if you sense your guide creeping up behind you when you were doing something that you weren’t supposed to be doing. 😁) We can do this with the clear command. Type '''clear''' and then press {{Key|RETURN}}.


{{ConsoleLine|john-williams@codermerlin:~$ |clear}}
{{ConsoleLine|john-williams@codermerlin:~$ |clear}}

Latest revision as of 16:22, 25 August 2023

Within these castle walls be forged Mavens of Computer Science ...
— Merlin, The Coder

In some cases, it's useful to clear the screen. (For example, this might be nice if you sense your guide creeping up behind you when you are doing something that you aren’t supposed to be doing. 😁) We can do this with the clear command. Type clear and then press RETURN.

john-williams@codermerlin:~$  clear