split --bytes=1M /path/to/image/image.jpg /path/to/image/prefixForNewImagePieces cat prefixFiles* > newimage.jpg
depends mostly on file type read more about split command here: https://unix.stackexchange.com/questions/1588/break-a-large-file-into-smaller-pieces
Обсуждают сегодня