mirror of
https://github.com/crioux/turbo-linecount.git
synced 2024-10-27 17:24:01 +00:00
6 lines
172 B
Bash
6 lines
172 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
dd if=/dev/urandom of=test1.txt bs=1000000 count=10
|
||
|
dd if=/dev/urandom of=test2.txt bs=1000000 count=100
|
||
|
dd if=/dev/urandom of=test3.txt bs=1000000 count=1000
|