Minecon724
3a08831141
tfw you have an issue only 1 person ever had thats what happende while i was trying to commit
9 lines
No EOL
181 B
Markdown
9 lines
No EOL
181 B
Markdown
### 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` |