Loading...
Real Time Concepts

To Split CSV file Into Multiple Files In Linux

To split csv file Into multiple files in linux

split -d -l 100000 file.csv new/file_part_

split -d -l 20000 example.csv /var/lib/mysql-files/split_

output
========

split_00 split_02 split_04 split_06 split_08 split_10

Leave a Reply

Your email address will not be published. Required fields are marked *