import os
improt sys
import re
import commands

a = commands.getoutput("ls -al /")
print a

 

相关文章: