<div dir="ltr">erl -man erlang<br><br>=====<br>open_port(PortName, PortSettings) -> port()<br><div>                    PortName = {spawn, Command} | {fd, In, Out}</div><div>                       Command = string()</div>
<div>                       In = Out = int()<br>...<br><div>                {fd, In, Out}:</div><div>                    Allows  an  Erlang  process to access any currently opened file descriptors used by Erlang. The file descriptor In can be</div>
<div>                    used for standard input, and the file descriptor Out for standard output. It is only used  for  various  servers  in  the</div><div>                    Erlang operating system (shell and user). Hence, its use is very limited.</div>
<div>=====<br class="webkit-block-placeholder"></div></div><br>-- <br>Maxim Treskin<br>
</div>