In the Unix shell, I can do this to delete the file:
cd /the/file/directory/ :> thefile.ext
How will I do this in Python?
Is os.system here, I would not know how I would have to send 2 actions one after another, i.e. cd and then :> .
python
Adergaard Feb 06 '11 at 15:44 2011-02-06 15:44
source share