#!/bin/bashs='Hello word.'awk '{sub(/[[:punct:]]+$/, "", $2);print "#"$2}' <<< "$s"
Standard input is empty
#word
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!