Horje
ubuntu create archive split Code Example
ubuntu create archive split
# First zip the file without compression
zip -0 big_file.zip big_file.iso

# Then split the zip
zip -s 1000m split_file big_file.zip

# To extract files pass unzip the first of the multizipped files 
# and it automatically processes all of the children
unzip split_file.zip




Shell

Related
ganache-cli : The term 'ganache-cli' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify t ganache-cli : The term 'ganache-cli' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify t
unix:///tmp/supervisor.sock refused connection Code Example unix:///tmp/supervisor.sock refused connection Code Example
cannot find module json-loader Code Example cannot find module json-loader Code Example
git show graph command line Code Example git show graph command line Code Example
bash move file Code Example bash move file Code Example

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