Dd

From Wiki
Revision as of 19:39, 4 February 2011 by Scott (talk | contribs) (Created page with '{{lowercase title}} To byte-swap a file: <pre> dd if=<input file> of=<output file> conv=swab </pre>')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

To byte-swap a file:

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