Posts tagged with ‘linux file splitter’

How to split large file into several smaller files – Linux

advertisement

linux, split file linuxHave you ever want to split a large file into several small files? I’ve face this problem few days ago. I need to split a large file (3GB log file) into several smaller file where i can read it using normal text editor.

To split large file into several smaller files, you can use split command in linux. Just follow the steps below and you will be able to split large file into smaller files.

Continue reading How to split large file into several smaller files – Linux »