split large file linux
In Unix, how can I split large files into a number of smaller files?
To split large files into smaller files in Unix, use the split command.
At the Unix prompt, enter:
split [options] filename
转载
2016-06-18 13:25:07 ·
356 阅读 ·
0 评论