skip to main |
skip to sidebar
Splitting a VERY large file > 2GB.
To split a very large file, i.e. over 2GB to download via FTP, use:
split -b 1900m
I.e. split -b 1900m backup-12.whatever.gz
Then to put them back to gether, use:
cat file1 file2 file3 file4 file5 >
No comments:
Post a Comment