[code.view]

[top] / python / PyMOTW / subprocess / subprocess_shell_variables.py

     #!/usr/bin/env python
     # encoding: utf-8
     #
     # Copyright (c) 2008 Doug Hellmann All rights reserved.
     #
     """
     """
     
     __version__ = "$Id$"
     #end_pymotw_header
     
     import subprocess
     
     # Command with shell expansion
     subprocess.call('echo $HOME', shell=True)
     

[top] / python / PyMOTW / subprocess / subprocess_shell_variables.py

contact | logmethods.com