Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在irb和许多其他交互式 shell 中,我可以执行Ctrl+L来清除屏幕。
irb
Elixir 的等价物是iex什么?
iex
正如 José Valim 所说,您可以clear在 iex 内部调用。
clear
iex> h clear/0 * def clear() Clear the console screen.
你在 Mac 上吗?你可以试试Command+K。这通常对我有用。