Christian Mönch schrieb:
> Falls Du emacs benutzt: source code in emacs laden und dann:
Oder mit Python:
text = open(sourcefile).read()
text.replace('\0', ' ')
open(sourcefile,'w').write(text)
--
Schönen Gruß - Regards
Hartmut Goebel
| Hartmut Goebel | IT-Security -- effizient |
| h.goebel at goebel-consult.de | www.goebel-consult.de |