Posts Tagged ‘cli’

Splitting and Sorting a CSV File in Command Line

I’ve been moving some data using some CSV (Comma separated) files. There is no direct command in Windows to split or sort files. Unless you do it in Excel or Open Office. So I installed Cygwin. Here are a few examples in Cygwin or most Unix based shells how to split and sort files.
Example 1
There [...]