Skip to content

Instantly share code, notes, and snippets.

@colthreepv
Created March 7, 2014 17:16
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 colthreepv/9415657 to your computer and use it in GitHub Desktop.
Save colthreepv/9415657 to your computer and use it in GitHub Desktop.
#!/bin/bash
echo time sh -c "dd if=/dev/zero of=ddfile bs=8k count=1000000 && sync"
echo dd if=/dec/zero of=ddfile2 bs=8K count=500000
echo time dd if=ddfile of=/dev/null bs=8k
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment