Skip to content

Instantly share code, notes, and snippets.

@tofumatt
Created November 1, 2011 23:32
Show Gist options
  • Save tofumatt/1332275 to your computer and use it in GitHub Desktop.
Save tofumatt/1332275 to your computer and use it in GitHub Desktop.
split files
split -b500 ~/path/to/file.txt ~/path/to/split-
# The number after -b is the size in bytes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment