I can run the Erlang file either through the command line or bash script:
exec erl file.erl
But I canβt figure out how to directly run the function inside this file.
eg.
exec erl file.erl -f function()
Any suggestions appreciated ...
command-line bash erlang
Ted karmel
source share