#! /usr/bin/env python
import os
from stat import *
echo `date`
print(os.popen("date").read())
echo $(ls -la)
print(os.popen("ls -la").read())
ÿ