Dd: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

13 February 2024

  • curprev 01:5801:58, 13 February 2024Dave talk contribs 199 bytes +199 Created page with "==Copy a File and Flush Filesystem Buffers== ''('Tis a good to do when dealing with external storage devices such as USB sticks.)'' dd if=/path/to/input of=/path/to/output status=progress && sync"