Answers for "urandom to ascii"

0

urandom to ascii

# generate 10mb of data encoded in base64 format
base64 /dev/urandom | head -c 10000000 > file.txt
Posted by: Guest on October-27-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language