Split Excel CSV into Multiple files using Bash script

Split Excel CSV into Multiple files using Bash script. For example if you have a csv with more than 15000 products, and you have to split it into small file with 100 or 200 products in each file. It can be very difficult.In this article, i wrote an Bash Script,…
Read more