~Python ?

Moshe Zadka moshez at zadka.site.co.il
Tue Dec 26 23:11:13 EST 2000


On Tue, 26 Dec 2000, Thomas Wouters <thomas at xs4all.net> wrote:

> or rm ./~
> or rm '~'
> or rm "~"
> or rm /full/path/to/~
> 
> There's more than one way to do it :)

To bring this back on topic from the depths you dragged us to <wink>

% python
>>> import os
>>> os.unlink("~")

-- 
Moshe Zadka <sig at zadka.site.co.il>
This is a signature anti-virus. 
Please stop the spread of signature viruses!




More information about the Python-list mailing list