GitXplorerGitXplorer
s

csv2tsv

public
0 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
b26eb0ab33842d9018f6d4bdd0ea883701ab68a6

Update README.md

sscottchiefbaker committed 9 years ago
Unverified
1c206938d51b132c24eeeba395e71c551d6c5443

Update README

committed 9 years ago
Unverified
aa0bfd7e7af19c847942444bb83d313459b14cac

Initial version of the README

committed 9 years ago
Unverified
e291ef6f9c8f1834c22db30dafa3e62e74066cce

Make the script executable

committed 9 years ago
Unverified
25699e83087aab343d64a04b29308aa3a1c2854d

Initial commit of the conversion script

committed 9 years ago
Unverified
3816ace86006cf311c7a276c3d53a3df04370385

Initial commit

sscottchiefbaker committed 9 years ago

README

The README file for this repository.

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