python打开文件逐行读取文件命令并执行

python代码:

java代码

import os

file = open(“cc.txt”)

for line in file:

os.system(line)

ruby代码:

java代码

file = file.open(“ttt.txt”)

file.each_line do |line|

%x(scp #{line.chomp} #{line.replace(“/”,””)})

end

Posted in 未分类

发表评论