Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/scottchiefbaker/csv2tsv

Convert a comma separated list to a tab separated list
https://github.com/scottchiefbaker/csv2tsv

Last synced: 26 days ago
JSON representation

Convert a comma separated list to a tab separated list

Awesome Lists containing this project

README

        

# CSV2TSV
Simple script to convert a comma separated text file (csv) to a tab separated text file (tsv).

Why would anyone want to do this? Tab separated files are easier to work with on the command line. Especially with utilities such as `cut` and `awk`.

**Usage:**

```
csv2tsv.pl input.csv > output.tsv
```