Horje
split large file Code Example
split large file
split -C 350m --additional-suffix=.log largeFile.log
split large file into smaller files
$ split -l 10 data.json
split large files
split -b 53750k <your-file>
cat xa* > <your-file>




Shell

Related
mv folder linux Code Example mv folder linux Code Example
gitattributes Code Example gitattributes Code Example
what is bin/bash Code Example what is bin/bash Code Example
install docker-compose ubuntu 20.04 Code Example install docker-compose ubuntu 20.04 Code Example
linux cp to here Code Example linux cp to here Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11