You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
334 B

#!/bin/bash
dd if=/dev/urandom of=test_10MB.txt bs=1000000 count=10
dd if=/dev/urandom of=test_100MB.txt bs=1000000 count=100
dd if=/dev/urandom of=test_1GB.txt bs=1000000 count=1000
cat test_1GB.txt test_1GB.txt test_1GB.txt test_1GB.txt test_1GB.txt test_1GB.txt test_1GB.txt test_1GB.txt test_1GB.txt test_1GB.txt > test_10GB.txt