HOW TO SPLIT FILES ON MAC USING TERMINALStep OneStep TwoHOW TO COMBINE SPLIT FILES ON MACStep OneStep TwoStep ThreeIMPORTANT NOTESThese are instructions on how to split a file into smaller files on Mac. You may need to do this if you have a large file that needs to be copied to a volume that does not support it. For example, if you want to save a 5GB file on a FAT32 volume that is limited to files up to 4GB in size.Open Terminal from your Dock or from the Applications > Utilities folder.To split a file, we will use the aptly named split command. For example, if you would like to split a large zip file, you may want a prefix of '/path/filename.zip.' This is especially important with a zip file and other files that will not open if they are incomplete.