소스 검색

dd: remove checking progress example (#9816)

`pgrep` does not exist and `kill` needs `-s`.
But most importantly, `dd` doesn't have any "showing progress"
functionality.
pixel 2 년 전
부모
커밋
41d7de9950
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      pages/common/dd.md

+ 0 - 4
pages/common/dd.md

@@ -26,7 +26,3 @@
 - Restore a drive from an IMG file:
 
 `dd if={{path/to/file.img}} of={{/dev/drive_device}}`
-
-- Check the progress of an ongoing dd operation (run this command from another shell):
-
-`kill -USR1 $(pgrep ^dd)`