fork download
  1. echo -e "some text with ´\nsome text without it\nagain some text with ´\nagain some text without it" | grep -e "´"
Success #stdin #stdout 0.03s 5312KB
stdin
Standard input is empty
stdout
some text with ´
again some text with ´