split

Split a file into pieces. More information: https://keith.github.io/xcode-man-pages/split.1.html.

split -l 10 filename

split -p cat|^[dh]og filename

split -b 512 filename

split -n 5 filename