Splitting files
E.g. to upload it somewhere where it’s hard to upload large files
See also: 250117-1104 Unzip in alpine is broken
# split
split -b 2G myfile.zip part_
# back
cat part_* > myfile.zip
Nel mezzo del deserto posso dire tutto quello che voglio.
comments powered by Disqus