logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

to_erl - Attach to a running Erlang runtime system, started with run_erl

Description

       This program is used to attach to a running Erlang runtime system, started with run_erl.

Name

       to_erl - Attach to a running Erlang runtime system, started with run_erl

See Also

run_erl(1), start_embedded(1)

Ericsson AB                                        erts 5.9.3                                          to_erl(1)

Usage

       to_erl [pipe_name | pipe_dir]

       To disconnect it from the Erlang shell without exiting the Erlang system, type Ctrl-D.

       The to_erl program arguments are:

         pipe_name:
             Name of the pipe where to attach. It defaults to /tmp/erlang.pipe.N.

         pipe_dir:
             Directory name where to search for the named pipe to attach. It defaults to /tmp.

See Also