Created
July 6, 2020 21:58
-
-
Save travisdowns/3d4bb4e9efd0db67b3fd450a51eae639 to your computer and use it in GitHub Desktop.
This file contains 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
dd if=/dev/urandom of=64mib.bin bs=1024K count=64 | |
echo $((64*1024*1024)) | |
time tail -c +$((16*1024*1024+1)) 64mib.bin | head -c $((32*1024*1024+1)) > out.bin | |
ls -lh out.bin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment