标签: bash centos7 gnu-coreutils du
我在两个不同的环境中创建了空白文件的两个不同输出。在Centos 7上使用GNU Coreutils 8.22(du --v optput)
$touch tempfile $du -sk tempfile 4 tempfile
是输出。当我在不同的CentOS7 GNU Coreutils 8.22上尝试时,我得到了
$touch tempfile $du -sk tempfile 0 tempfile
请帮助我需要知道是什么让它采取不同的行动。