Skip to content

Instantly share code, notes, and snippets.

@ichux
Created April 19, 2024 05:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ichux/c6e2b618267f4824c0a68c966b18ab50 to your computer and use it in GitHub Desktop.
Save ichux/c6e2b618267f4824c0a68c966b18ab50 to your computer and use it in GitHub Desktop.
# split large file into 200MB
split -b 200m artofpostgresql.zip
# bring all together
cat * > onefile.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment