#### Source code for ./examples/system_snippet.py ####


#!/usr/bin/env python
# system_snippet.py

import os

tgt = '../../../sessions'

cmd = 'cd %s;xterm -e "ls -lrt|less"'%tgt

os.system(cmd)

[Created with py2html Ver:0.62]

Valid HTML 4.01!