Konvertiere und kopiere eine Datei. Mehr Informationen: https://www.man7.org/linux/man-pages/man1/dd.1.html.
archlinux-xxxx.iso
) und zeige den Fortschritt an:dd if={{datei.iso}} of=/dev/{{usb_laufwerk}} status=progress
dd if=/dev/{{quell_laufwerk}} of=/dev/{{ziel_laufwerk}} bs=4M conv=noerror status=progress
dd if=/dev/urandom of={{zufällige_datei}} bs=100 count=1
dd if=/dev/zero of={{datei_1GB}} bs=1024 count=1000000
kill -USR1 $(pgrep ^dd)