How do I use Split in the Mac OS X Terminal to split files directly to another directory?

Solution 1:

If Mac OS X's split acts just like the GNU Coreutils split, cd to the directory you wish the split files to reside in and then run the following command:

split -b <size> /location/of/big/file