摘要: #!/bin/sh strace -q -eread cp -- "${1}" "${2}" 2>&1 \| awk '{ count += $NF if (count % 10 == 0) { percent = count / total_size * 100 for (i=0;i<=perce 阅读全文
posted @ 2016-06-30 22:56 arun_yh 阅读(626) 评论(0) 推荐(0)