OTP Elixir
iex
for interactive terminalc("filename.exs")
for loading/re-compiling in replelixir -r filename.exs -e "Module.func(args)"
for executing function directly from terminaliex --sname shortName
and iex --name dineshb@my_ip_address
to name the nodesiex --cookie your_cookie
to set the cookie for your erlang nodeNode.self
to display current node nameNode.list
to list all the connected nodesNode.connect :node_name
to connectiex
to module
one module
to another module