secretproject/README.md

9 lines
181 B
Markdown
Raw Permalink Normal View History

2024-06-28 14:59:00 +02:00
### Generating a file
1. `head -c 32 </dev/zero >myfile`
2024-06-28 14:59:00 +02:00
2. `head -c 16M </dev/random >>myfile`
2024-06-30 18:08:02 +02:00
You can repeat the second command to grow the file
### Run editor
`python3 writer`