No description
Find a file
2024-07-03 16:12:05 +02:00
writer commit 2024-07-03 16:12:05 +02:00
.gitignore cmmit 2024-06-29 18:55:43 +02:00
editor.py new 2024-06-30 18:08:02 +02:00
file.txt commit 2024-07-03 16:12:05 +02:00
notes.txt initial commit 2024-06-28 14:59:00 +02:00
README.md comit 2024-07-02 17:36:28 +02:00
test.py commit 2024-07-03 16:12:05 +02:00

Generating a file

  1. head -c 32 </dev/zero >myfile
  2. head -c 16M </dev/random >>myfile

You can repeat the second command to grow the file

Run editor

python3 writer