erl Command Examples

Run and manage programs in the Erlang programming language. More information: https://www.erlang.org.

erlc {{path/to/file1 path/to/file2 ...}} && erl -noshell '{{mymodule:myfunction(arguments)}}, init:stop().'

erl -remsh {{nodename}}@{{hostname}} -sname {{custom_shortname}} -hidden -setcookie {{cookie_of_remote_node}}

erl -pa {{path/to/directory_with_beam_files}}