#!/bin/bashtext="flaccid"rx="^.{3}(.*)"if [[ $text =~ $rx ]]; then echo ${BASH_REMATCH[1]};fi
Standard input is empty
ccid
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!