The one-liner:

dd if=/dev/zero bs=1G count=10 | gzip -c > 10GB.gz

This is brilliant.

you are viewing a single comment's thread
view the rest of the comments
[–] 18 points 1 year ago

Have you ever heard of sparse files, and how Linux and Windows deal with zips of it? You'll love this.

  • source