Created
October 26, 2014 22:31
-
-
Save swalberg/9055ed69461bf3e5c86a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Before | |
SeanWalbergsMacBookPro:~ $ dd if=/dev/zero of=testing bs=1m count=1024 | |
1024+0 records in | |
1024+0 records out | |
1073741824 bytes transferred in 11.015328 secs (97477062 bytes/sec) | |
# After | |
SeanWalbergsMacBookPro:~ $ dd if=/dev/zero of=testing bs=1m count=1024 | |
1024+0 records in | |
1024+0 records out | |
1073741824 bytes transferred in 2.711949 secs (395929931 bytes/sec) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment