fork(10) download
  1. #!/bin/bash
  2. echo "teste,test" |sed 's/,/\\/g'
Success #stdin #stdout 0s 5028KB
stdin
Standard input is empty
stdout
teste\test