sed -e "/${var}/"d //在shell中,用變數代替 sed 's/^...//' //刪除該列的前3個字元 ... sed 's/要被取代的字串/新的字串/g' ... shell and script.
確定! 回上一頁