Page 2 of 2

Posted: 05.11.2021 15:38
by ertank
I will, once I find a file filled up with NULLs

Posted: 05.11.2021 22:57
by main Alexey
In the Cud's python console:

Code: Select all

f=open('/home/user/zero.txt','w')
f.write(chr(0)*10)
del f

Posted: 06.11.2021 14:43
by ertank
It works. Asks for confirmation of deletion.