Files
til/unix/clear-the-screen.md
T

8 lines
258 B
Markdown

# Clear The Screen
If you type `clear` into your shell, the screen will be cleared. There is a
handy keybinding though that will save you a few keystrokes. Just hit
`ctrl-l` to achieve the same effect.
source: [Derek P.](https://twitter.com/DerkTheDaring)