From: tesla Date: 2006-08-06T04:12:21+09:00 Subject: How to execute an external program - Ruby equivalents to PHP? ------=_Part_29334_24612188.1154805138397 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline PHP has these: shell_exec -- Execute command via shell and return the complete output as a string system -- Execute an external program and display the output passthru -- Execute an external program and display raw output exec -- Execute an external program And a few more that I don't use. Does Ruby have equivalents? I am especially intersted in a shell_exec counterpart. thanks ------=_Part_29334_24612188.1154805138397--