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