#!/bin/bashs='Hello word.'echo "$s" | grep -Po 'Hello\s+\K\w+' | awk '{print "#"$0}'
Standard input is empty
#word
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!