linux shell腳本截取字符串的八種方式

 創建文件: vim shell01.sh echo "=====截取字符串的八種方式======" string="http://localhost:8080/myprogram/index.html" echo ${string} echo '#*//從左邊開始, 刪除//左邊的值,保留右邊的值  '${string#*//} echo '#//*無法截取,#只能從左側截取,截去左邊的值'
相關文章
相關標籤/搜索