Last active
March 16, 2020 10:33
-
-
Save spdin/79c0868331d65c8e4e1b92d499faf963 to your computer and use it in GitHub Desktop.
docker command collection
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
# split file | |
split -b 500M <<NAMA FILE>> x | |
# join file | |
cat x* > <<NAMA FILE>> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment