python 2022年3月22日 2022年6月30日 import os commands = 'ls /|grep opt' x = os.popen(commands) fh_result = x.read() print(fh_result)