Test Tools

1. http://www.dummytextgenerator.com/: Generate dummy text

2. fsutil file createnew D:New.txt 1024: Generate a 1KB file  ---Windows command

3. dd if=/dev/zero of=hello.txt bs=100M count=1: Generate an empty 100M file  ---Linux command

4. 

原文地址:https://www.cnblogs.com/limei/p/3319897.html