/ Published in: Bash
Writes 20 blocks of 1024 bytes to "filename" (equals a filesize of 20KB)
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
dd if=/dev/zero of=filename bs=1024 count=20