I want to concatenate several bash commands in a python file. Doing that for one command works:
import os os.system(\'ls -l\')
However if I d