bash – 根据内容拆分.txt文件
发布时间:2020-12-16 01:52:23 所属栏目:安全 来源:网络整理
导读:我有一个巨大的* .txt文件,如下所示: ~~~~~~~~ small file content 1 br~~~~~~~~ small file content 2 br...~~~~~~~~ small file content n br 如何将其拆分为n个文件,最好是通过bash? 解决方法 使用csplit $csplit --helpUsage: csplit [OPTION]... FILE
我有一个巨大的* .txt文件,如下所示:
~~~~~~~~ small file content 1 <br> ~~~~~~~~ small file content 2 <br> ... ~~~~~~~~ small file content n <br> 如何将其拆分为n个文件,最好是通过bash? 解决方法
使用csplit
$csplit --help Usage: csplit [OPTION]... FILE PATTERN... Output pieces of FILE separated by PATTERN(s) to files `xx00',`xx01',...,and output byte counts of each piece to standard output. (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |