Home System Tutorial LINUX How to use split command in Linux

How to use split command in Linux

Feb 20, 2024 am 09:29 AM
File backup

Usage of the split command in Linux, specific code examples

In the Linux system, the split command is a very useful tool. It can be used to split a large file into multiple small files, and can be Split by the specified size, number of lines, or number of bytes. This article will introduce the usage of split command and provide specific code examples.

The basic syntax of the split command is as follows:

split [选项] 文件名 [输出文件名前缀]
Copy after login

Next, we will introduce the various options and usage examples of the split command in detail.

  1. Split the file according to the specified size
    Use option "-b" to split the file according to the specified size. Size can be specified in bytes (default), KB, MB, GB, etc.

    split -b 100M largefile.zip smallfiles
    Copy after login

    The above code splits largefile.zip into multiple small files prefixed with smallfiles according to the size of 100MB.

  2. Split the file according to the specified number of lines
    Use the option "-l" to split the file according to the specified number of lines.

    split -l 1000 logfile.txt smallfiles
    Copy after login

    The above code divides logfile.txt into multiple small files prefixed with smallfiles according to the number of lines of 1000.

  3. Split the file according to the specified number of bytes
    Use option "-C" to split the file according to the specified number of bytes.

    split -C 10k data.txt smallfiles
    Copy after login

    The above code splits data.txt into multiple small files prefixed with smallfiles according to the number of bytes of 10KB.

  4. Split files by file prefix
    Use option "-d" to use numbers as file prefixes instead of the default letter prefix.

    split -b 100M largefile.zip smallfiles -d
    Copy after login

    The above code splits largefile.zip into multiple small files prefixed with numbers according to the size of 100MB.

  5. Specify the suffix of the split file name
    Use option "-a" to specify the suffix length of the split file name, the default is 2.

    split -b 100M largefile.zip smallfiles -a 3
    Copy after login

    The above code splits largefile.zip into multiple small files with a prefix of smallfiles and a suffix length of 3 according to the size of 100MB.

    Through the above examples, we can see that the split command is very flexible in actual use and can split files according to different needs. Please note that the split command will modify the original file, so be sure to back up the file before using it.

    In daily work, the split command can help us better handle large files and improve operating efficiency. I hope this article will help you understand the usage of the split command.

    The above is the detailed content of How to use split command in Linux. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Repo: How To Revive Teammates
1 months ago By 尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

What is Baidu Netdisk used for? What is Baidu Netdisk used for? Mar 30, 2024 pm 06:36 PM

Baidu Netdisk is a cloud storage and file sharing platform that provides the following main functions: File storage: upload and store files to the cloud File sharing: create shared links, share files with others Collaborative editing: multiple people edit certain format documents at the same time for online playback : Play videos and music online Backup and restore: Back up important files and restore them easily

In-depth understanding of log4j configuration: implementing log rotation and backup strategies In-depth understanding of log4j configuration: implementing log rotation and backup strategies Feb 18, 2024 pm 02:05 PM

Detailed explanation of log4j configuration: How to configure log rotation and backup policies, specific code examples are required Introduction: For an enterprise-level application, logs are very important. It not only helps developers track and fix bugs, but also monitors system health in real time. Log4j is one of the most commonly used logging frameworks in Java. It provides a wealth of configuration options. This article will introduce in detail the configuration method of log4j's log rotation and backup strategy, and give specific code examples. 1. Log rotation configuration The log rotation strategy is

Is it possible to delete .bak files Is it possible to delete .bak files Feb 19, 2024 pm 12:52 PM

bak file refers to the abbreviation of backup file (BackupFile). In the computer system, when we edit, save or delete a file, the system will automatically generate a backup file of the corresponding file. The file name usually ends with the original file name, plus .bak as the extension. These backup files are mainly used to prevent data loss so that the original files can be restored when needed. However, whether the bak file can be deleted is not a simple question and needs to be judged on a case-by-case basis. It will be analyzed from several aspects below. First, judge and prepare

How to correctly understand the difference between C drive and D drive How to correctly understand the difference between C drive and D drive Mar 25, 2024 pm 04:27 PM

C drive and D drive are two common storage devices in computers. They have different functions and characteristics during use. It is very important for computer users to correctly understand the difference between C drive and D drive. The following will discuss the differences between C drive and D drive from different angles, and give some suggestions to help readers better understand and utilize these two storage devices. First of all, the C drive is usually the system drive, where the operating system and some important system files are installed. In most cases, the C drive is the main storage device in the computer and is used to store the operating system and

The U disk cannot be opened or recognized after being inserted into the computer. Here are some simple repair methods. The U disk cannot be opened or recognized after being inserted into the computer. Here are some simple repair methods. May 01, 2024 pm 06:49 PM

U disk is one of the commonly used storage devices in our daily life, but sometimes we encounter situations where the U disk cannot be opened or recognized after being inserted into the computer. This problem may make many novice users feel troubled and helpless. This article will introduce several simple and practical methods to help you solve the problem of U disk not being recognized and give your U disk a new life. Tool materials: System version: Windows11/macOSMonterey12.3 Brand model: Kingston DataTravelerMax256GB/SanDisk Extreme Super Speed ​​USB3.2256GB Software version: DiskGenius5.4.2/Disk Utility macOS built-in 1. Check the physical connection of the U disk 1. When the U disk is inserted into the computer cannot be recognized after

How to retrieve mac desktop files? How to retrieve mac desktop files? Feb 20, 2024 am 10:51 AM

Preface: Many friends have asked related questions about how to retrieve Mac desktop files. This site will give you a detailed answer for your reference. I hope it will be helpful to you! Let’s take a look! What should I do if my Mac desktop files are missing? Share a few recovery guides. The trash bin on a Mac computer is a wastebasket used to store deleted files. After files are deleted, they will be moved to the Trash. You can retrieve deleted files within 30 days. 2. Click the Trash icon in the taskbar at the bottom of the desktop; in the Trash window, browse and find the file you want to recover; select the file you want to recover, right-click and select the recovery option, and the file will be restored to its original location. Location. Mac desktop file recovery method: If you find that the desktop file is missing, it may be

Why does Huawei mobile phone frequently restart automatically? Why does Huawei mobile phone frequently restart automatically? Apr 20, 2024 pm 09:22 PM

There are three reasons why Huawei mobile phones frequently automatically restart, including abnormal mobile phone system software, short circuit of the mobile phone's power button, and mobile phone motherboard problems. In order to solve these problems, we can try to restart the phone or restore factory settings. If these methods cannot solve the problem, we need to send the phone to a professional mobile phone repair shop for repair. The following are more detailed explanations and suggestions: 1. The mobile phone system software is abnormal. Some incompatible software is installed on the phone or the phone memory is too full, causing the phone to automatically turn on or off or restart. We need to delete some files in the phone or directly restore the phone to factory settings to solve the problem. If the phone can no longer enter the system, we can try to turn it off first, then press and hold the volume up button + power button, and wait for the phone to enter recovery.

Fix AHCI Port 0 Device Error on Windows Computer Fix AHCI Port 0 Device Error on Windows Computer Feb 19, 2024 pm 12:45 PM

If you encounter an AHCI port 0 device error every time you start your computer, you need to follow the methods provided in this article to solve the problem. What is AHCI port 0 device error? AHCI device errors are reported by the BIOS. SMART has indicated that the hard drive on port 0 is faulty and may not be accessible. The hard drive may have problems at any time. If it is a desktop computer, it is recommended to try changing the hard drive connection port. If the problem persists, it may be a problem with the hard drive itself. You can run a disk check tool, disable the failed hard drive and check the ports to resolve this issue. Fixing AHCI Port 0 Device Errors on Windows Computers Typically, AHCI Port0 device errors do not originate from operating system issues, but rather from the hard drive failing on port 0.

See all articles