Created
July 6, 2020 21:58
-
-
Save travisdowns/3d4bb4e9efd0db67b3fd450a51eae639 to your computer and use it in GitHub Desktop.
Revisions
-
travisdowns created this gist
Jul 6, 2020 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ 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