命令行创建测试用文件

windows:

fsutil file createnew [filename].[extension] [# of bytes]

 

linux:

fallocate -l 233M [filename].[extension]

 

posted @ 2023-04-21 14:40  何效名  阅读(17)  评论(0编辑  收藏  举报