Skip to content

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

Clone this wiki locally