Skip to content

Instantly share code, notes, and snippets.

@spdin
Last active March 16, 2020 10:33
Show Gist options
  • Save spdin/79c0868331d65c8e4e1b92d499faf963 to your computer and use it in GitHub Desktop.
Save spdin/79c0868331d65c8e4e1b92d499faf963 to your computer and use it in GitHub Desktop.
docker command collection
# 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