2010/9/8 Zoltán Bán <zoltan.ban@REDACTED>: > os:cmd("ls /nodir >/dev/null 2>&1; echo $?"). I already thought about this... but sometimes I need the output as well and I don't want to start parsing the result. I would have prefered something like x:cmd(Command) -> {ReturnCode, Output} - boris