Tips: Merge split files in linux

Source: Internet
Author: User
Tips: Merge split files in linux-Linux general technology-Linux technology and application information. For more information, see the following section. Split: Use the split command of coreutils:

Split-B 1 m FILE PREFIX

-The B parameter specifies the size of each block (default byte). The suffix k or m can be added. Here, the block size is 1 MB. the PREFIX of the generated block file is PREFIX.

Restore and merge: run the cat command instead of modifying the name of the multipart file.

Cat PREFIX *> FILE

To restore the file in windows, run the copy command.

Copy/B PREFIX * FILE

The copy command can be used to connect to a FILE, or in the form of copy file1 + file2 + filen... FILE instead of a wildcard.
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.