bash dd - ghdrako/doc_snipets GitHub Wiki
tags:
- bash
- scripting
- shell
Bash dd
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
tags:
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