mirror of
https://github.com/crioux/turbo-linecount.git
synced 2024-10-27 17:24:01 +00:00
test generator
This commit is contained in:
parent
a13cf2a767
commit
61d3d34646
@ -1,5 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
dd if=/dev/urandom of=test1.txt bs=1000000 count=10
|
||||
scdd 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
|
||||
cat test3.txt test3.txt test3.txt test3.txt test3.txt test3.txt test3.txt test3.txt test3.txt test3.txt > test4.txt
|
||||
|
Loading…
Reference in New Issue
Block a user