split – but no destination parameter to specify
first :
cd /destination/directory
second :
split /source/directory/big-huge-file prefix-to-apply-onto-splited-files
Voila !!!
(use the parameter -b to specify the size of splited files in BYTES, NOT kb, mb or gb)