当cat一个大文件的null内容时慢慢完成

时间:2013-10-07 04:38:14

标签: bash io cat

shell命令:

truncate -s 1000000000 largefile
echo 'eof' >> largefile
cat largefile

为什么最后一个命令会在打印“eof”后几秒钟内阻塞?

1 个答案:

答案 0 :(得分:1)

cat不只是阻止 - 它正忙于读取和写入10亿个零字节