romach
4/12/2017 - 6:02 PM

Execute shell command

Execute shell command

import os
os.system("some_command < input_file | another_command > output_file")