- Forum: Coding and Programming
- Thread: Python: Popen and os.system woes
Quote:Originally Posted by Ferrari8608 Try putting your command into a shell script and Popen that.
Also, why are you using cat and grep when Python can do everything those two commands can?
As an example:
Code:
for file in...
