180 B
180 B
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