1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 19:19:44 +01:00

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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)`

View file

@ -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)`

View file

@ -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)`

View file

@ -29,4 +29,4 @@
- 진행 중인 dd 작업의 진행 상황을 확인 (다른 셸에서 이 명령어 실행):
`kill -USR1 $(pgrep ^dd)`
`kill -USR1 $(pgrep -x dd)`

View file

@ -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)`

View file

@ -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)`