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