2010年7月24日土曜日

[Python] システムコール

System call in python

import os
cmd = 'ls -l /usr/bin'
os.system(cmd)

0 件のコメント:

コメントを投稿