Large Files
Jump to navigation
Jump to search
When files has a size that is overwhelmingly large that prevents reliable storage or transfer, we will need certain file manipulation tools to process them. For example, splitting one large file into smaller ones, and assemble them back into one piece.
Splitting Files on Linux
The following command splits a large file into a list of smaller files with a sequentialized name scheme.
$ split -b 100M mountPoint.tar.gz