Last active
August 5, 2017 01:31
-
-
Save cleverca22/6253abf2cc45fefbda34386e6ff23a12 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
$ sha256sum VMware-Workstation-Full-12.5.7-5813279.x86_64.bundle | |
82178c109f987bb6740171572516f533a725f3563a26d628c769a88bcd4a84f7 VMware-Workstation-Full-12.5.7-5813279.x86_64.bundle | |
$ split -b 15163 -d -a 10 VMware-Workstation-Full-12.5.7-5813279.x86_64.bundle output | |
$ rm output0000000000 | |
$ cat output* > result |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment