Update README.md

This commit is contained in:
PlexSheep 2022-11-24 22:34:49 +01:00 committed by GitHub
parent f97654c6a3
commit e68bc7681a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -2,8 +2,9 @@
the testfiles folder is unpopulated and not staged through gitignore, as it might contain large files.
use the following command to populate it or create your own testfiles.
dd if=/dev/urandom of=10K-random.img count=1K
dd if=/dev/urandom of=10K-random.img count=1M
``dd if=/dev/urandom of=10K-random.img count=1K``
dd if=/dev/urandom of=10K-random.img count=1M``
...