history files.json
-
main Alexey
- Posts: 2708
- Joined: 25.08.2021 18:15
In the Cud's python console:
Code: Select all
f=open('/home/user/zero.txt','w')
f.write(chr(0)*10)
del f