Skip to content

Instantly share code, notes, and snippets.

@danielscarvalho
Last active March 13, 2024 18:00
Show Gist options
  • Save danielscarvalho/7ca2cb0148b52b671530f906e8dbf42e to your computer and use it in GitHub Desktop.
Save danielscarvalho/7ca2cb0148b52b671530f906e8dbf42e to your computer and use it in GitHub Desktop.
Create big random text file
#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