No description
Find a file
2024-06-28 14:59:00 +02:00
main.py initial commit 2024-06-28 14:59:00 +02:00
myfile initial commit 2024-06-28 14:59:00 +02:00
notes.txt initial commit 2024-06-28 14:59:00 +02:00
README.md initial commit 2024-06-28 14:59:00 +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