fork(1) download
  1. #!/bin/bash
  2. echo "foo}bar]baz" | sed 's/[]}]/@/g'
Success #stdin #stdout 0s 4252KB
stdin
Standard input is empty
stdout
foo@bar@baz