#!/bin/bash

str=`echo $str | awk '{print substr($0,index($0,".")+1)}'`