9 lines
No EOL
180 B
Markdown
9 lines
No EOL
180 B
Markdown
### 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` |