Difference between revisions of "Shell/Clear the Screen"

From Coder Merlin
(Created page with "== Clear the Screen == 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 s...")
 
Line 3: Line 3:


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

Revision as of 10:33, 23 November 2021

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

Clear the Screen[edit]

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 RETURN.

john-williams@codermerlin:~$  clear