Search code examples
elixirelixir-iex

How do I clear an elixir shell?


This isn't the most insightful question, but I really want to be able to press Control-L and have the shell iex clear the screen. Any idea how to do this or if there's another elixir shell with this build in?


Solution

  • clear/0 clears the console screen.