指定文件大小分割:

split -b 10m catalina.out imsoft

以每个文本文件10M方式分割日志

文件合并:

cat small_file* > large_file

相关文章: