dd: add Dutch translation and fix typo's (#12911)

This commit is contained in:
Sebastiaan Speck
2024-06-09 16:48:08 +02:00
committed by GitHub
parent 3bcc9bb168
commit 4dc73ee05c
13 changed files with 103 additions and 19 deletions

View File

@@ -19,6 +19,6 @@
`dd if=/dev/zero of={{file_1GB}} bs=1024 count=1000000`
- Mostra il progresso di un'operazione dd in corso (comando da eseguire in un'altra shell):
- Mostra il progresso di un'operazione `dd` in corso (comando da eseguire in un'altra shell):
`kill -USR1 $(pgrep -x dd)`