Dd: Difference between revisions

From Wiki
Jump to navigation Jump to search
Created page with '{{lowercase title}} To byte-swap a file: <pre> dd if=<input file> of=<output file> conv=swab </pre>'
(No difference)

Revision as of 19:39, 4 February 2011

To byte-swap a file:

dd if=<input file> of=<output file> conv=swab