Monday, July 23, 2007

Make a random 10 MB file

dd if=/dev/urandom of=test.jpg bs=1k count=10k
total size= bs * count

No comments: