$ split -b 1k file ; cat x* > file
`split -b 1k file` splits files into 1k chunks. Rejoin them with `cat x* > file`.
Diff your entire server config at ScriptRock.com
$ split -b 1k file ; cat x* > file
`split -b 1k file` splits files into 1k chunks. Rejoin them with `cat x* > file`.
Diff your entire server config at ScriptRock.com