history files.json

ertank
Posts: 61
Joined: 06.06.2021 21:56

Post by ertank »

I will, once I find a file filled up with NULLs
main Alexey
Posts: 2708
Joined: 25.08.2021 18:15

Post 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
ertank
Posts: 61
Joined: 06.06.2021 21:56

Post by ertank »

It works. Asks for confirmation of deletion.
Post Reply