fork download
  1. #!/bin/bash
  2. s='some "EnablePreviewAll" value="false"/> here'
  3. sed 's+"EnablePreviewAll" value="false"/>+"EnablePreviewAll" value="true"/>+' <<< "$s"
Success #stdin #stdout 0s 19632KB
stdin
Standard input is empty
stdout
some "EnablePreviewAll" value="true"/> here