tab to csv command line code example Example: tab to csv command line $ echo "hello world" | tr "\\t" "," hello,world