I\'m trying to do the following:
output = run(\"ls -l backups\") for line in output.split(\"/n\"): do_stuff(line)
Any way of having the