Created
May 14, 2022 07:50
-
-
Save Kqpa/9d76ec4e10c0be94df87bba770a37d84 to your computer and use it in GitHub Desktop.
Fill your hard drive extremely quickly
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Run this script with caution | |
# This will create a file named 'target', and forward truly | |
# random chunks of data inside it. Meaning that 'target' can | |
# get big as 45 GB under a minute. | |
time cat /dev/random >> "target" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment