awk string substr and cut not need char

后端 未结 0 1301
时光说笑
时光说笑 2021-01-28 00:49

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         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题