theshell.ch/site/pages/cmd/basic/clear.html
bevilj 18bcb7e7bf basic: fix formatting for new pages
git-svn-id: svn+ssh://atelier.inf.usi.ch/home/bevilj/group-1@148 a672b425-5310-4d7a-af5c-997e18724b81
2018-11-12 13:17:56 +00:00

21 lines
416 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 -->
---
<p>
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
</p>