Splitting Large files using Ubuntu Linux Command

--

Sometimes when we analyze large log files, we need to split them to analyze. Use the below linux command to split a large file into 1GB files.

split -b 1G -d <large_file_path> <file_name_for_parts>

--

--

Ajanthan Eliyathamby πŸ‡±πŸ‡°
Ajanthan Eliyathamby πŸ‡±πŸ‡°

Written by Ajanthan Eliyathamby πŸ‡±πŸ‡°

Associate Architect β€” Enterprise Integration | 14x WSO2 | 1x HashiCorp | 1Γ— Azure | Runner-Up WCPY 2020 | https://ajanthane.blogspot.com

No responses yet