#!/bin/bash echo 'ab\s c' | sed 's/[[:space:]]\+//'
Standard input is empty
ab\sc
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!