fork download
  1. #!/bin/bash
  2.  
  3. echo 'ab\s c' | sed 's/[[:space:]]\+//'
Success #stdin #stdout 0s 19632KB
stdin
Standard input is empty
stdout
ab\sc