Last active
March 13, 2024 18:00
-
-
Save danielscarvalho/7ca2cb0148b52b671530f906e8dbf42e to your computer and use it in GitHub Desktop.
Create big random text file
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
#Create big random text file | |
base64 /dev/urandom | head -c 1GB > rand-text-1gb-`uuidgen | tr -d '-'`.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment