Large Files

From PKC
Revision as of 02:29, 20 August 2021 by Benkoo (talk | contribs) (→‎Splitting Files on Linux)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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