fork download
  1. #!/bin/bash
  2. s='("012345", "File City (Spur) NE", "10.10.10.00", "b.file.file.cluster1")'
  3. perl -pe 's/(^\(|\)$)|[()]/$1/g' <<< "$s"
Success #stdin #stdout 0.01s 5492KB
stdin
Standard input is empty
stdout
("012345", "File City Spur  NE", "10.10.10.00", "b.file.file.cluster1")