Return to Snippet

Revision: 11142
at January 26, 2009 05:14 by dertimbo


Initial Code
dd if=/dev/zero of=filename bs=1024 count=20

Initial URL


Initial Description
Writes 20 blocks of 1024 bytes to "filename"  (equals a filesize of 20KB)

Initial Title
Create emtpy file with predefined size

Initial Tags
file

Initial Language
Bash