Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What is the method of splitting large linux files

2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly introduces the relevant knowledge of "what is the method of dividing large linux files". The editor shows you the operation process through actual cases, the operation method is simple and fast, and it is practical. I hope that this article "what is the method of dividing large linux files" can help you solve the problem.

Linux large File split split command

Inux split command

Function description: cut files.

Grammar: split [--help] [--version] [-] [- b] [- C] [- l] [file to be cut] [output file name]

Additional note: split can cut the file into smaller files, default every 1000 lines will be cut into a small file.

Parameters:

-or-l specifies how many lines should be cut into a small file.

-b specifies how many words should be cut into a small file. Support unit: m.j.k.

The-C parameter is similar to the-b parameter, but try to maintain the integrity of each line when cutting.

-- help displays help.

-- version displays version information.

[output File name] sets the pre-file name of the file after cutting, and split will automatically add the number after the pre-file name.

Examples of use:

Split-b 100m 1111.log (separated by bytes) split-l 1000000 1111.log (separated by lines) this is the end of the content on "what is the method of splitting large linux files". Thank you for reading. If you want to know more about the industry, you can follow the industry information channel. The editor will update different knowledge points for you every day.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report