echo $0 base=${0##*/} echo $base link=${base#*[SK][0-9][0-9]} echo $link test $link = $base && echo match test "$slink" = "$base" || echo nomatch