Interactive bourne shell in py?

Dave Cinege dcinege at psychosis.com
Thu Aug 9 23:03:37 EDT 2001


Anyone know of any interactive shell wrappers for python that could
handle the basic needs of a login shell,

IE
explict command execution
basic file descriptor redirection
variable substitution

Something bourne scripting compatible maybe?
IE It could handle this as input

var='hello';echo $var | sed s/h/H/ > hi.txt &




More information about the Python-list mailing list