[darcs-users] can we get rid of perl requirement in our test suite?

Trent W. Buck trentbuck at gmail.com
Sat May 16 08:06:52 UTC 2009


Erik Schnetter <schnetter at cct.lsu.edu> writes:

> # The Unix classic for creating a file with all zeros
> dd if=/dev/zero of=file bs=1k count=1024

In that case you might as well make it sparse:

    dd bs=1 count=0 seek=1M of=sparsefile



More information about the darcs-users mailing list