#!/usr/local/bin/python3 from subprocess import call; call(["ls", "-l", "-t", "-r", "/dev"])