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