As from ERTS 5.9 (Erlang/OTP R15B) the r
erl
erl
Command
erl
Command summary
The Erlang emulator.
Description
The erl
program starts an Erlang runtime system. The exact details (for example, whether erl
is a script or a program and which other programs it calls) are system-dependent.
Windows users probably want to use the werl
program instead, which runs in its own window with scrollbars and supports command-line editing. The erl
program on Windows provides no line editing in its shell, and on Windows 95 there is no way to scroll back to text that has scrolled off the screen. The erl
program must be used, however, in pipelines or if you want to redirect standard input or output.
Note