Linux, MacOS mac上查看dd进度 2021年 7月 13日 / mac上使用 watch -n 5 'sudo kill -INFO $(pgrep ^dd$)' linux上可用: watch -n5 'sudo kill -USR1 $(pgrep ^dd)'