http://rosettacode.org/wiki/Truncate_a_file#UNIX_Shell
dd if=/dev/null of=myfile bs=1 seek=1440k
本文介绍如何使用UNIX Shell脚本截断文件至指定大小,并提供了具体操作步骤及实例。
http://rosettacode.org/wiki/Truncate_a_file#UNIX_Shell
dd if=/dev/null of=myfile bs=1 seek=1440k
910

被折叠的 条评论
为什么被折叠?