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. 

 

你可能感兴趣的:(tools)