Hi,
On Wed, Feb 8, 2012 at 15:24, eigenfunction <emeka_1978@REDACTED> wrote:
> I was wondering: is os:cmd("...") synchronous in the sense that the
> erlang process waits for the command to be executed completely before
> returning?
Since it captures the console output and returns it as a string, then
it must be synchronous.
regards,
Vlad