Skip to content

Instantly share code, notes, and snippets.

@yuuichi-fujioka
Created May 28, 2014 07:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yuuichi-fujioka/fcd0af03639f4078faa2 to your computer and use it in GitHub Desktop.
Save yuuichi-fujioka/fcd0af03639f4078faa2 to your computer and use it in GitHub Desktop.
dd examples
dd if=/dev/cdrom of=~/foo.iso
dd if=~/foo.txt > bar.txt
echo foo | dd of=~/foo.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment