Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to clear screen in iex?

Tags:

elixir

In irb and many other interactive shells, I can do a Ctrl+L to clear the screen.

What's the equivalent in Elixir's iex ?

like image 856
Benjamin Tan Wei Hao Avatar asked Jun 10 '13 08:06

Benjamin Tan Wei Hao


People also ask

How do I clear my screen in Linux?

Clearing your screen (clear command) Clearing your screen (clear command) Use the clearcommand to empty the screen of messages and keyboard input. At the prompt, type the following: clear

How do I clear the screen on a Mac?

Use the clear command to empty the screen of messages and keyboard input. Clearing your screen (clear command) Clearing your screen (clear command) Use the clearcommand to empty the screen of messages and keyboard input. At the prompt, type the following: clear The system clears the screen and displays the prompt.

How do I clear the screen of keyboard input?

Clearing your screen (clear command) Use the clearcommand to empty the screen of messages and keyboard input. At the prompt, type the following: clear The system clears the screen and displays the prompt. Parent topic:Input and output redirection

Is there a TSO command to clear the screen?

It is interesting that there is no standard TSO command (that I know of) to clear the screen. Each shop seems to find its own solution. reset/clear ALL application profile v... EIBCALEN 0 even if we pass LEN and FR...


1 Answers

Are you on a Mac? You could try Command+K. That usually works for me.

like image 53
jboursiquot Avatar answered Sep 16 '22 19:09

jboursiquot