50 Gb Test | File Fixed

# Split 50GB into 500MB chunks (100 files total) split -b 500M 50GB_test.file "chunk_" # Reassemble on the other side cat chunk_* > restored_50GB_test.file

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *