I can run many erlang nodes from batch file. But, can i pass some ar开发者_运维问答guments to erl that cause it to execute some commands?If you wish to start a node, and for example start an erlang ap
I tried to start remote shell and get a following error: *** ERROR: Shell process terminated! (^G to start new job) ***
When compiling an erlang file with erlc I can add additional include directories like so: erlc -I /home/trotter/code/open-source/yaws/include src/myapp.erl
I can start an Erlang file either via the command line or bash script: exec erl file.erl But, I cannot seem to find out how to directly start a function within this file.
In the Erlang interactive shell you can bind variables to values. If I would l开发者_如何学Goike to clear everything and start from scratch without exiting the session and starting a new one, how do I