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