Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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
Comment

PREVIOUS NEXT
Code Example
Shell :: bash filter environment variable results 
Shell :: pip install docusign_esign 
Shell :: linux rename command incremental 
Shell :: ssh github generate key 
Shell :: stop git 
Shell :: find and replace in all files in directory centos 
Shell :: moodle purge cache from command line 
Shell :: styled components props typescript 
Shell :: python2 pip install 
Shell :: generate ed25519 key pair 
Shell :: dash bootstrap install 
Shell :: pipgui install 
Shell :: windows 10 startup folder 
Shell :: keyboard abnt2 arch linux 
Shell :: change github remote repo 
Shell :: how to check free space in linux 
Shell :: brave disable gpu linux 
Shell :: linux get host ip local 
Shell :: Consider using absolute ordering 
Shell :: chmod files 644 directories 755 
Shell :: git delete local tag 
Shell :: install serverless 
Shell :: bash get file name 
Shell :: vs code set ubuntu wsl as default terminal 
Shell :: gnu vs unix 
Shell :: homebrew linux 
Shell :: how to uninstall atom in ubuntu 
Shell :: bash remove last character from string 
Shell :: linux how to open code detached 
Shell :: codepush break native images 
ADD CONTENT
Topic
Content
Source link
Name
3+6 =