No description
writer | ||
.gitignore | ||
editor.py | ||
notepad.py | ||
notes.txt | ||
README.md |
Generating a file
head -c 8 </dev/zero >myfile
head -c 16M </dev/random >>myfile
You can repeat the second command to grow the file
Run editor
python3 writer