首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > Ruby Rails >

Ruby调用shell下令

2012-10-09 
Ruby调用shell命令?原来发在diandian的几篇旧闻,也一并转到iteye上来吧。?1. exec? ? Runs a command in a

Ruby调用shell命令

?

原来发在diandian的几篇旧闻,也一并转到iteye上来吧。

?

1. exec

? ? Runs a command in a subprocess. Data written to stdin can be read by the subprocess, anddata written to standard output and standard error in the subprocess will be available on thestdout and stderr streams.

?

?

热点排行