Answers for "split large files"

CSS
0

split large files

split -b 53750k <your-file>
cat xa* > <your-file>
Posted by: Guest on May-22-2021
0

split large file into smaller files

$ split -l 10 data.json
Posted by: Guest on April-24-2020

Code answers related to "split large files"

Browse Popular Code Answers by Language