转载自知乎,原文如下。
不知从哪个版本 dd 开始支持显示进度条了。
dd if=/dev/zero of=/dev/null status=progress
如果其它命令也需要显示进度条的话,可以配合 pv 命令使用。