18 lines
406 B
HTML
18 lines
406 B
HTML
|
---
|
||
|
layout: page
|
||
|
category-title: Basic commands
|
||
|
category-page: basic
|
||
|
tags: Clear shell
|
||
|
author: Marzio Lunghi
|
||
|
title: clear
|
||
|
<!--next-page: pages/cmd/basic/ --> <!-- The sequence must be defined -->
|
||
|
---
|
||
|
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
|