How can I compress a large file into smaller parts?
Fresh3 days ago
Mar 15, 202620869 viewsConfidence Score0%
0%
Problem
I'm looking for a way to compress a large file (~10GB) into several files that wont exceed 150MB each. Any thoughts?
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: How can I compress a large file into smaller parts?
Low Risk
Compress single file This will compress file /path/to/your/large/file and creates many files with the prefix compressed.gz in the current directory, each file with a maximum size of 150000000 bytes: Uncompress single file To uncompress the file resu…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix