当前位置:网站首页>Example of file segmentation
Example of file segmentation
2022-07-07 08:05:00 【Haha and haha】
The file is divided into multiple suffix files with letters , If you want to use a numeric suffix, you can use -d Parameters , At the same time, you can use -a length To specify the length of the suffix . At the same time, you can also specify the prefix of the file name for the split file :
[[email protected] split]# split -b 10k date.file -d -a 3 split_file
[[email protected] split]# ls
date.file split_file000 split_file001 split_file002 split_file003
split_file004 split_file005 split_file006 split_file007 split_file008
split_file009
边栏推荐
- Li Kou interview question 04.01 Path between nodes
- Custom class loader loads network class
- C语言二叉树与建堆
- [UVM foundation] what is transaction
- 运放电路的反馈电阻上并联一个电容是什么作用
- 这5个摸鱼神器太火了!程序员:知道了快删!
- 【数字IC验证快速入门】17、SystemVerilog学习之基本语法4(随机化Randomization)
- Qt学习26 布局管理综合实例
- DNS server configuration
- Pytest + allure + Jenkins Environment - - achèvement du remplissage de la fosse
猜你喜欢
UnityHub破解&Unity破解
Niu Mei's mathematical problem --- combinatorial number
These five fishing artifacts are too hot! Programmer: I know, delete it quickly!
Who has docker to install MySQL locally?
LeetCode简单题之判断一个数的数字计数是否等于数位的值
2022制冷与空调设备运行操作复训题库及答案
Common validation comments
Main window in QT learning 27 application
Bugku CTF daily one question chessboard with only black chess
Leetcode 90: subset II
随机推荐
追风赶月莫停留,平芜尽处是春山
Force buckle 144 Preorder traversal of binary tree
Installing postgresql11 database under centos7
Recursive method to construct binary tree from preorder and inorder traversal sequence
Li Kou interview question 04.01 Path between nodes
LeetCode中等题之我的日程安排表 I
自定义类加载器加载网络Class
C语言二叉树与建堆
Value sequence (subsequence contribution problem)
力扣(LeetCode)187. 重复的DNA序列(2022.07.06)
开源生态|打造活力开源社区,共建开源新生态!
The charm of SQL optimization! From 30248s to 0.001s
[quick start of Digital IC Verification] 17. Basic grammar of SystemVerilog learning 4 (randomization)
SQL优化的魅力!从 30248s 到 0.001s
[UVM practice] Chapter 2: a simple UVM verification platform (2) only driver verification platform
LeetCode简单题之找到一个数字的 K 美丽值
Implementation of replacement function of shell script
Common validation comments
QT learning 28 toolbar in the main window
[VHDL parallel statement execution]