2018-11-12 13:17:56 +00:00
|
|
|
---
|
|
|
|
layout: page
|
|
|
|
category-page: basic
|
2018-11-16 12:47:48 +00:00
|
|
|
category-title: Basic commands
|
2018-11-12 13:17:56 +00:00
|
|
|
tags: Clear shell
|
|
|
|
author: Marzio Lunghi
|
|
|
|
title: clear
|
2018-11-17 15:10:28 +00:00
|
|
|
previous-page: pages/cmd/basic/more-less.html
|
|
|
|
next-page: pages/cmd/basic/say.html
|
2018-11-12 13:17:56 +00:00
|
|
|
---
|
|
|
|
If you want to clear the shell screen up to the start you have to digit
|
|
|
|
the <code>clear</code> command:
|
|
|
|
|
|
|
|
<pre>
|
|
|
|
clear
|
|
|
|
</pre>
|
|
|
|
|
|
|
|
This command corresponds to the <code> ⌘ + K </code> key combination on Mac OS
|