fork(6) download
  1. #!/bin/bash
  2. sed -E 's/([^\t]+)(\t|$)/"\1",/g'
Success #stdin #stdout 0s 19632KB
stdin
name	location	1,2,3,4,5
stdout
"name","location","1,2,3,4,5",