
March 4th, 2003, 08:27 AM
|
|
Junior Member
|
|
Join Date: Feb 2003
Location: Canada
Posts: 3
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
how execute programs like this under python: byob -review<test.txt>tmp.txt
this program excuted under unix like this:
byob preview < test.txt >tmp.txt
it takes input from stdin and output stdout. Please teach me
how to excute it under python using os.execv. Thanks
zhiqun
|