-
Notifications
You must be signed in to change notification settings - Fork 3
bash dd
ghdrako edited this page Jan 25, 2023
·
1 revision
Create big binary file
dd if=/dev/zero of=big1MB.file count=1024 bs=1024
dd if=/dev/zero of=big500KB.file count=500 bs=1024
Test