fork(4) download
  1. #!/bin/bash
  2. sed -e 1d -e 's/"\([^"]*\)",\|\([^[",]*\),/\1\2 /g'
Success #stdin #stdout 0s 4556KB
stdin
name,annotations,description
drgreghouse,princeton,"doctor,head"
sheldon,tbbt,"physicist,actor"
chandler,friends,"actor,comedian"
stdout
drgreghouse princeton "doctor head"
sheldon tbbt "physicist actor"
chandler friends "actor comedian"