Shell/Clear the Screen

From Coder Merlin
< Shell
Revision as of 10:22, 23 November 2021 by Guanyu-su (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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