No description
Find a file
2024-07-01 15:25:23 +02:00
writer commit 2024-07-01 15:25:23 +02:00
.gitignore cmmit 2024-06-29 18:55:43 +02:00
editor.py new 2024-06-30 18:08:02 +02:00
notepad.py cmmit 2024-06-29 18:55:43 +02:00
notes.txt initial commit 2024-06-28 14:59:00 +02:00
README.md new 2024-06-30 18:08:02 +02:00

Generating a file

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

You can repeat the second command to grow the file

Run editor

python3 writer