#!/bin/bashs='apple -berry --sun house-roof computer-- orange number-43'sed -E 's/(^|[[:space:]]+)-{1,2}[^[:space:]]+//g' <<< "$s"
Standard input is empty
apple house-roof computer-- orange number-43
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!