dd

Convert and copy a file.

=> More information.

dd if={file.iso} of=/dev/{usb_drive} status=progress
dd if=/dev/{source_drive} of=/dev/{dest_drive} bs=4M conv=noerror status=progress
dd if=/dev/urandom of={random_file} bs=100 count=1
dd if=/dev/zero of={file_1GB} bs=1024 count=1000000
dd if=/dev/{drive_device} of={path/to/file.img} status=progress
dd if={path/to/file.img} of=/dev/{drive_device} status=progress
kill -USR1 $(pgrep ^dd)
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

=> CC-BY

Proxy Information
Original URL
gemini://freeshell.de/tldr/dd.gmi
Status Code
Success (20)
Meta
text/gemini;lang=en-GB
Capsule Response Time
103.972473 milliseconds
Gemini-to-HTML Time
0.462193 milliseconds

This content has been proxied by September (ba2dc).