<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">(No idea why gmail decided to send my previous reply before I got a chance to actually type anything; please ignore that one.)<br><br>2016-02-18 12:46 GMT+01:00 Joe Armstrong <span dir="ltr"><<a href="mailto:erlang@gmail.com" target="_blank">erlang@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello,<br>
<br>
 I start erlang with<br>
<br>
    $ erl -detached<br>
<br>
and have two questions:<br>
<br>
1) If program does io:format(Format, Data) where does the output go?<br></blockquote><div><br></div><div>/dev/null<br> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Does the output just vanish, or do I have to unclog some buffers eventually?<br></blockquote><div> <br></div><div>It's gone.<br><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
2) Can I attach to the process later?<br></blockquote><div><br></div><div>Yes, but only if you launch erl via the run_erl wrapper; see <a href="http://erlang.org/doc/man/run_erl.html">http://erlang.org/doc/man/run_erl.html</a><br> You can then attach to the running Beam later using to_erl (which seems to be still not documented...).<br></div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
    And if so does this work on the three major platforms OS-X, linux and<br>
    windows?<br></blockquote><div> </div><div>The docs say "on Solaris" in the summary line, which is probably no 
longer the most popular platform for Erlang, but yes, it's for Linux too
 - and I would guess it works on BSD/OSX and similar, but you're probably 
supposed to use something completely different on Windows.<br></div></div><br></div><div class="gmail_extra">     /Richard<br><br></div></div>