guia para a linha de comando CSV
$ echo "hello world" | tr "\\t" ","
hello,world
Graceful Gull
$ echo "hello world" | tr "\\t" ","
hello,world