dd: use -x in pgrep (#12248)

This commit is contained in:
Fazle Arefin
2024-02-14 00:01:41 +11:00
committed by GitHub
parent eb81ce2f13
commit 40844ef996
6 changed files with 6 additions and 6 deletions

View File

@@ -29,4 +29,4 @@
- Überprüfe den Fortschritt eines laufenden dd-Prozesses (Führe diesen Befehl von einer anderen Shell aus):
`kill -USR1 $(pgrep ^dd)`
`kill -USR1 $(pgrep -x dd)`