diff --git a/pages.de/common/dd.md b/pages.de/common/dd.md index 662e3b6a56..54d0918b5f 100644 --- a/pages.de/common/dd.md +++ b/pages.de/common/dd.md @@ -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)` diff --git a/pages.es/osx/dd.md b/pages.es/osx/dd.md index fa304585ed..0ddfee828e 100644 --- a/pages.es/osx/dd.md +++ b/pages.es/osx/dd.md @@ -29,4 +29,4 @@ - Comprueba el progreso de una operación dd en curso (ejecuta este comando desde otro shell): -`kill -USR1 $(pgrep ^dd)` +`kill -USR1 $(pgrep -x dd)` diff --git a/pages.it/common/dd.md b/pages.it/common/dd.md index 631ee98b07..80ce0cb799 100644 --- a/pages.it/common/dd.md +++ b/pages.it/common/dd.md @@ -21,4 +21,4 @@ - Mostra il progresso di un'operazione dd in corso (comando da eseguire in un'altra shell): -`kill -USR1 $(pgrep ^dd)` +`kill -USR1 $(pgrep -x dd)` diff --git a/pages.ko/linux/dd.md b/pages.ko/linux/dd.md index 39ba692d64..b573f12d73 100644 --- a/pages.ko/linux/dd.md +++ b/pages.ko/linux/dd.md @@ -29,4 +29,4 @@ - 진행 중인 dd 작업의 진행 상황을 확인 (다른 셸에서 이 명령어 실행): -`kill -USR1 $(pgrep ^dd)` +`kill -USR1 $(pgrep -x dd)` diff --git a/pages.pt_BR/common/dd.md b/pages.pt_BR/common/dd.md index b07b31bfd7..12d45237a2 100644 --- a/pages.pt_BR/common/dd.md +++ b/pages.pt_BR/common/dd.md @@ -29,4 +29,4 @@ - Checa o progresso de um processo dd rodando (rode esse comando de outro shell): -`kill -USR1 $(pgrep ^dd)` +`kill -USR1 $(pgrep -x dd)` diff --git a/pages/linux/dd.md b/pages/linux/dd.md index 0439211646..ee8464260f 100644 --- a/pages/linux/dd.md +++ b/pages/linux/dd.md @@ -29,4 +29,4 @@ - Check the progress of an ongoing dd operation (run this command from another shell): -`kill -USR1 $(pgrep ^dd)` +`kill -USR1 $(pgrep -x dd)`