fork(2) download
  1. #!/bin/bash
  2. s='("012345", "File City (Spur) NE", "10.10.10.00", "b.file.file.cluster1")'
  3. sed 's/) / /g;s/ (/ /g' <<< "$s"
Success #stdin #stdout 0.01s 5664KB
stdin
Standard input is empty
stdout
("012345", "File City Spur  NE", "10.10.10.00", "b.file.file.cluster1")