Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

How to create a file with a given size full of random characters in Linux?

dd if=/dev/urandom bs=786438 count=1 | base64 > /tmp/file
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #How #create #file #size #full #random #characters
ADD COMMENT
Topic
Name
6+7 =