Linux,  MacOS

mac上查看dd进度

mac上使用

watch -n 5 'sudo kill -INFO $(pgrep ^dd$)'

linux上可用:

watch -n5 'sudo kill -USR1 $(pgrep ^dd)'

留言