shell腳本,根據字符串獲取行號的

awk中不能解析shell變量,建議作法是經過-v傳遞進去:html 1 typeline=` cat  $typepath |  awk  - v  str= "$typetmp"  '/str/{print NR}' ` 第一句之因此在awk中能夠直接使用shell變量$line,是由於用的雙引號。shell   從執行效率上來講,你的寫法其實太過累贅,下面是改良版:bash 1 2 type
相關文章
相關標籤/搜索