I need to delete some char on string, example I have this string
$ tst=/oracle/orcl/dbms1911c $ printf \'%s\' ${tst} | awk -F\'/\' \'{print substr($4,5,6)}\' $191