Home
|
简体中文
|
繁体中文
|
杂文
|
Github
|
知乎专栏
|
Facebook
|
Linkedin
|
Youtube
|
打赏(Donations)
|
About
21.10. truncate
上一页
第 21 章 目录和文件
下一页
知乎专栏
21.10. truncate
truncate - shrink or extend the size of a file to the specified size
创建指定大小的文件
truncate -s 1k /tmp/test.txt truncate -s 100m /tmp/test100.txt