fork(6) download
  1. #!/bin/bash
  2. echo "one
  3. two" | sed 'N;s/[[:alnum:][:punct:][:blank:]]/_/g'
Success #stdin #stdout 0s 19632KB
stdin
Standard input is empty
stdout
___
___