# iex

Published articles for iex.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## How to quit the Elixir shell (IEx)?

DevFeed: [How to quit the Elixir shell (IEx)?](<https://devfeed.tech/articles/how-to-quit-the-elixir-shell-iex-44003.md>)

Original publisher: [Read original article](<https://dashbit.co/blog/how-to-quit-the-elixir-shell>)

Author: George Guimarães

Published: 2016-03-03T00:00:00Z

Content type: tutorial

Language: en

Sources: [Dashbit Blog](<https://devfeed.tech/sources/dashbit-blog.md>)

Topics: [Elixir](<https://devfeed.tech/topics/elixir.md>), [Shell](<https://devfeed.tech/topics/shell.md>), [Programming](<https://devfeed.tech/topics/programming.md>)

Tags: [elixir](<https://devfeed.tech/tags/elixir.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [iex](<https://devfeed.tech/tags/iex.md>), [learn](<https://devfeed.tech/tags/learn.md>), [programming](<https://devfeed.tech/tags/programming.md>)

### AI overview

A practical guide to exiting the Elixir shell (IEx), covering several approaches involving break commands, job control mode, and control characters.

### Source excerpt

Learn all of the different and interesting ways to quit the Elixir shell.