1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

dd: align with other platforms (#12964)

This commit is contained in:
Sebastiaan Speck 2024-06-14 06:34:17 +02:00 committed by GitHub
parent 924963dbca
commit c5b88dfc90
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View file

@ -3,9 +3,9 @@
> Converteer en kopieer een bestand.
> Meer informatie: <https://manned.org/dd.1p>.
- Maak een opstartbare USB-schijf van een isohybrid-bestand (zoals `archlinux-xxx.iso`):
- Maak een opstartbare USB-schijf van een isohybrid-bestand (zoals `archlinux-xxx.iso`) en toon de voortgang:
`dd if={{pad/naar/bestand.iso}} of={{/dev/usb_schijf}}`
`dd if={{pad/naar/bestand.iso}} of={{/dev/usb_schijf}} status=progress`
- Kopieer een schijf naar een andere schijf met een blokgrootte van 4 MiB en schrijf alle gegevens voordat het commando eindigt:

View file

@ -3,9 +3,9 @@
> Converte e copia um arquivo.
> Mais informações: <https://manned.org/dd.1p>.
- Cria um USB drive bootável a partir de um arquivo isohybrid (como uma `archlinux-xxx.iso`):
- Cria um USB drive bootável a partir de um arquivo isohybrid (como uma `archlinux-xxx.iso`) e mostra o progresso:
`dd if={{caminho/para/arquivo.iso}} of={{/dev/usb_drive}}`
`dd if={{caminho/para/arquivo.iso}} of={{/dev/usb_drive}} status=progress`
- Clona um drive para outro drive com 4 MiB block e ignora erros:

View file

@ -3,9 +3,9 @@
> Convert and copy a file.
> More information: <https://manned.org/dd.1p>.
- Make a bootable USB drive from an isohybrid file (such as `archlinux-xxx.iso`):
- Make a bootable USB drive from an isohybrid file (such as `archlinux-xxx.iso`) and show the progress:
`dd if={{path/to/file.iso}} of={{/dev/usb_drive}}`
`dd if={{path/to/file.iso}} of={{/dev/usb_drive}} status=progress`
- Clone a drive to another drive with 4 MiB block size and flush writes before the command terminates: